Kconfig 444 B

123456789101112131415161718
  1. #
  2. # HID driver configuration
  3. #
  4. menu "HID Devices"
  5. depends on INPUT
  6. config HID
  7. tristate "Generic HID support"
  8. default y
  9. ---help---
  10. Say Y here if you want generic HID support to connect keyboards,
  11. mice, joysticks, graphic tablets, or any other HID based devices
  12. to your computer. You also need to select particular types of
  13. HID devices you want to compile support for, in the particular
  14. driver menu (USB, Bluetooth)
  15. endmenu