aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/i2c-hid/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/i2c-hid/Kconfig')
-rw-r--r--drivers/hid/i2c-hid/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/hid/i2c-hid/Kconfig b/drivers/hid/i2c-hid/Kconfig
new file mode 100644
index 000000000000..5b7d4d87a143
--- /dev/null
+++ b/drivers/hid/i2c-hid/Kconfig
@@ -0,0 +1,21 @@
1menu "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---
10 Say Y here if you want to use the HID over i2c protocol
11 implementation.
12
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
18comment "Input core support is needed for HID over I2C input layer"
19 depends on I2C_HID && INPUT=n
20
21endmenu