Skip to content

Commit

Permalink
Merge branch 'for-6.2/mcp2221' into for-linus
Browse files Browse the repository at this point in the history
- iio support for the MCP2221 HID driver (Matt Ranostay)
  • Loading branch information
Jiri Kosina committed Dec 13, 2022
2 parents 3daac75 + 3d74c9e commit 9a6f62b
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 26 deletions.
3 changes: 2 additions & 1 deletion drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,8 @@ config HID_ALPS
config HID_MCP2221
tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support"
depends on USB_HID && I2C
depends on GPIOLIB
imply GPIOLIB
imply IIO
help
Provides I2C and SMBUS host adapter functionality over USB-HID
through MCP2221 device.
Expand Down
Loading

0 comments on commit 9a6f62b

Please sign in to comment.