Kconfig 424 B

123456789101112131415161718
  1. menu "I2C HID support"
  2. depends on I2C
  3. config I2C_HID
  4. tristate "HID over I2C transport layer"
  5. default n
  6. depends on I2C && INPUT
  7. select HID
  8. ---help---
  9. Say Y here if you use a keyboard, a touchpad, a touchscreen, or any
  10. other HID based devices which is connected to your computer via I2C.
  11. If unsure, say N.
  12. This support is also available as a module. If so, the module
  13. will be called i2c-hid.
  14. endmenu