Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / drivers / hid / i2c-hid / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "I2C HID support"
3         depends on I2C
4
5 config I2C_HID
6         tristate "HID over I2C transport layer"
7         default n
8         depends on I2C && INPUT
9         select HID
10         ---help---
11           Say Y here if you use a keyboard, a touchpad, a touchscreen, or any
12           other HID based devices which is connected to your computer via I2C.
13
14           If unsure, say N.
15
16           This support is also available as a module.  If so, the module
17           will be called i2c-hid.
18
19 endmenu