diff options
author | Masaki Ota | 2016-06-16 18:45:57 +0900 |
---|---|---|
committer | Jiri Kosina | 2016-06-17 23:12:04 +0200 |
commit | 2562756dde550901c224e3805102bdfc17e7d13a (patch) | |
tree | 39158e659c1f4ca9502ab4fd45dcb4bb2cbb63ad /drivers/hid/Kconfig | |
parent | dcc4c2f61cdc7e0ab61b25b8d28205302497a8c4 (diff) |
HID: add Alps I2C HID Touchpad-Stick support
Add support Alps I2C HID Touchpad and Stick device.
Signed-off-by: Masaki Ota <masaki.ota@jp.alps.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 5646ca4b95de..a8e480849a32 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -936,6 +936,14 @@ config HID_SENSOR_CUSTOM_SENSOR standard sensors. Select this config option for custom/generic sensor support. +config HID_ALPS + tristate "Alps HID device support" + depends on HID + ---help--- + Support for Alps I2C HID touchpads and StickPointer. + Say Y here if you have a Alps touchpads over i2c-hid or usbhid + and want support for its special functionalities. + endmenu endif # HID |