Files
nuttx/boards/arm/stm32h7/stm32h750b-dk/Kconfig
T
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

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