• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2menu "I2C HID support"
3	depends on I2C
4
5config 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
19endmenu
20