walnux/boards/arm/lpc54xx/lpcxpresso-lpc54628/Kconfig
simbit18 141cd3478b [Kconfig] boards/arm: Fix Kconfig style
Remove spaces from Kconfig
Add TABs
Add comments

Signed-off-by: simbit18 <simbit18@gmail.com>
2025-07-29 17:28:46 +02:00

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