mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 05:23:46 +00:00
8 lines
142 B
Plaintext
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
|