WIP FPC-III support
[linux/fpc-iii.git] / drivers / hid / i2c-hid / Kconfig
blobc4e5dfeab2bd03e5aaf4bd865d0e1855147e7284
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "I2C HID support"
3         depends on I2C
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.
14           If unsure, say N.
16           This support is also available as a module.  If so, the module
17           will be called i2c-hid.
19 endmenu