mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 00:45:22 +08:00
14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
menuconfig RT_INPUT_KEYBOARD
|
|
bool "Keyboards"
|
|
default n
|
|
|
|
config RT_INPUT_KEYBOARD_GPIO
|
|
bool "GPIO"
|
|
depends on RT_INPUT_KEYBOARD
|
|
depends on RT_USING_OFW
|
|
default n
|
|
|
|
if RT_INPUT_KEYBOARD
|
|
osource "$(SOC_DM_INPUT_KEYBOARD_DIR)/Kconfig"
|
|
endif
|