mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 01:32:59 +08:00
13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
menuconfig RT_INPUT_MISC
|
|
bool "Misc"
|
|
default n
|
|
|
|
config RT_INPUT_MISC_BUTTON_E3X0
|
|
bool "NI Ettus Research USRP E3xx Button support"
|
|
depends on RT_INPUT_MISC
|
|
default n
|
|
|
|
if RT_INPUT_MISC
|
|
osource "$(SOC_DM_INPUT_MISC_DIR)/Kconfig"
|
|
endif
|