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

8 lines
142 B
Plaintext

menuconfig RT_INPUT_JOYSTICK
bool "Joystick"
default n
if RT_INPUT_JOYSTICK
osource "$(SOC_DM_INPUT_JOYSTICK_DIR)/Kconfig"
endif