aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2020-04-01 13:36:46 +0200
committerJiri Kosina <jkosina@suse.cz>2020-04-01 13:36:46 +0200
commit4f8a21a6a9335fdf0952af3cadfa88c33dddacd6 (patch)
tree1fde7aab7b3684852c8b5819787ce0c8eea2cc15 /drivers/hid/Kconfig
parentMerge branch 'for-5.7/logitech' into for-linus (diff)
parentHID: mcp2221: add usb to i2c-smbus host bridge (diff)
downloadwireguard-linux-4f8a21a6a9335fdf0952af3cadfa88c33dddacd6.tar.xz
wireguard-linux-4f8a21a6a9335fdf0952af3cadfa88c33dddacd6.zip
Merge branch 'for-5.7/mcp2221' into for-linus
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 945533b36010..3c3ed9929ced 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -1152,6 +1152,16 @@ config HID_ALPS
Say Y here if you have a Alps touchpads over i2c-hid or usbhid
and want support for its special functionalities.
+config HID_MCP2221
+ tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support"
+ depends on USB_HID && I2C
+ ---help---
+ Provides I2C and SMBUS host adapter functionality over USB-HID
+ through MCP2221 device.
+
+ To compile this driver as a module, choose M here: the module
+ will be called hid-mcp2221.ko.
+
endmenu
endif # HID