Kconfig 142 B

1234567
  1. menuconfig RT_INPUT_JOYSTICK
  2. bool "Joystick"
  3. default n
  4. if RT_INPUT_JOYSTICK
  5. osource "$(SOC_DM_INPUT_JOYSTICK_DIR)/Kconfig"
  6. endif