blob: b66617a020bd258c0327b42d3efcf9e3c4c1f703 [file] [log] [blame]
Benjamin Tissoires4a200c32012-11-12 15:42:59 +01001menu "I2C HID support"
2 depends on I2C
3
4config I2C_HID
5 tristate "HID over I2C transport layer"
6 default n
7 depends on I2C && INPUT
8 select HID
9 ---help---
Benjamin Tissoires8ee0c052012-12-04 16:27:44 +010010 Say Y here if you use a keyboard, a touchpad, a touchscreen, or any
11 other HID based devices which is connected to your computer via I2C.
Benjamin Tissoires4a200c32012-11-12 15:42:59 +010012
13 If unsure, say N.
14
15 This support is also available as a module. If so, the module
16 will be called i2c-hid.
17
Benjamin Tissoires4a200c32012-11-12 15:42:59 +010018endmenu