Kconfig 257 B

123456789101112
  1. menuconfig RT_INPUT_MISC
  2. bool "Misc"
  3. default n
  4. config RT_INPUT_MISC_BUTTON_E3X0
  5. bool "NI Ettus Research USRP E3xx Button support"
  6. depends on RT_INPUT_MISC
  7. default n
  8. if RT_INPUT_MISC
  9. osource "$(SOC_DM_INPUT_MISC_DIR)/Kconfig"
  10. endif