usb: typec: STUSB160X should select REGMAP_I2C
[ Upstream commit 8ef1e58783b9f55daa4a865c7801dc75cbeb8260 ]
REGMAP_I2C is not a user visible kconfig symbol so driver configs
should not "depend on" it. They should depend on I2C and then
select REGMAP_I2C.
If this worked, it was only because some other driver had set/enabled
REGMAP_I2C.
Fixes: da0cb63100
("usb: typec: add support for STUSB160x Type-C controller family")
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: Amelie Delaunay <amelie.delaunay@st.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Reviewed-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20211015013609.7300-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
503d6e5fb8
commit
c8e5edca68
@@ -75,9 +75,9 @@ config TYPEC_TPS6598X
|
||||
|
||||
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.
|
||||
|
Reference in New Issue
Block a user