Remove spaces from Kconfig Add TABs Add comments Signed-off-by: simbit18 <simbit18@gmail.com>
12 lines
345 B
Text
12 lines
345 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_LPCXPRESSO_LPC54628
|
|
|
|
config ARCH_BOARD_LPCXPRESSO_LPC54628_TOUCHSCREEN_SWAPXY
|
|
bool "LPCXPRESSO LPC54628 Touchscreen sway X/Y"
|
|
depends on INPUT_TOUCHSCREEN
|
|
|
|
endif # ARCH_BOARD_LPCXPRESSO_LPC54628
|