mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +08:00
141cd3478b
Remove spaces from Kconfig Add TABs Add comments Signed-off-by: simbit18 <simbit18@gmail.com>
13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_STM32H750B_DK
|
|
|
|
config ARCH_BOARD_STM32H750B_DK_TOUCHSCREEN_SWAPXY
|
|
bool "STM32H750B DK Touchscreen sway X/Y"
|
|
depends on INPUT_TOUCHSCREEN
|
|
|
|
endif # ARCH_BOARD_STM32H750B_DK
|