Message ID | 20211015013609.7300-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 8ef1e58783b9f55daa4a865c7801dc75cbeb8260 |
Headers | show |
Series | [v2] usb: typec: STUSB160X should select REGMAP_I2C | expand |
--- linux-next-20211013.orig/drivers/usb/typec/Kconfig +++ linux-next-20211013/drivers/usb/typec/Kconfig @@ -65,9 +65,9 @@ config TYPEC_HD3SS3220 config TYPEC_STUSB160X tristate "STMicroelectronics STUSB160x Type-C controller driver" - depends on I2C - depends on REGMAP_I2C depends on USB_ROLE_SWITCH || !USB_ROLE_SWITCH + depends on I2C + select REGMAP_I2C help Say Y or M here if your system has STMicroelectronics STUSB160x Type-C port controller.