Files
rt-thread/components/drivers/input/misc/Kconfig
2025-12-10 16:58:10 +08:00

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