mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 21:41:43 +00:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
menuconfig RT_INPUT_TOUCHSCREEN
|
|
bool "Touchscreens"
|
|
select RT_USING_TOUCH
|
|
default n
|
|
|
|
if RT_INPUT_TOUCHSCREEN
|
|
osource "$(SOC_DM_INPUT_TOUCHSCREEN_DIR)/Kconfig"
|
|
endif
|