Skip to content

Commit 9a6f62b

Browse files
author
Jiri Kosina
committed
Merge branch 'for-6.2/mcp2221' into for-linus
- iio support for the MCP2221 HID driver (Matt Ranostay)
2 parents 3daac75 + 3d74c9e commit 9a6f62b

File tree

2 files changed

+290
-26
lines changed

2 files changed

+290
-26
lines changed

drivers/hid/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,8 @@ config HID_ALPS
12521252
config HID_MCP2221
12531253
tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support"
12541254
depends on USB_HID && I2C
1255-
depends on GPIOLIB
1255+
imply GPIOLIB
1256+
imply IIO
12561257
help
12571258
Provides I2C and SMBUS host adapter functionality over USB-HID
12581259
through MCP2221 device.

0 commit comments

Comments
 (0)