diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 5ca42e14d49..a74984b2cbc 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3958,6 +3958,25 @@ build +
CONFIG_INPUT:
+ Enables general support for input devices
+ CONFIG_INPUT_TSC2007:
+ If CONFIG_INPUT is selected, then this setting will enable building
+ of the TI TSC2007 touchscreen driver.
+ CONFIG_TSC2007_MULTIPLE:
+ Normally only a single TI TSC2007 touchscreen is used. But if
+ there are multiple TSC2007 touchscreens, this setting will enable
+ multiple touchscreens with the same driver.
+ CONFIG_NX
+ CONFIG_NX:
Enables overall support for graphics library and NX
CONFIG_LCD_MAXCONTRAST:
The maximum contrast value for an LCD device.
CONFIG_LCD_LANDSCAPE, CONFIG_LCD_PORTRAIT,
+ CONFIG_LCD_RLANDSCAPE, and CONFIG_LCD_RPORTRAIT:
+ Some LCD drivers may support these options to present the display in
+ landscape, portrait, reverse landscape, or reverse portrait orientations.
+ Check the README.txt file in each board configuration directory to
+ see if any of these are supported by the board LCD logic.
+ CONFIG_NX_MOUSE:
Build in support for mouse input.