xref: /openbmc/linux/drivers/usb/typec/tipd/Kconfig (revision 2786d861)
1config TYPEC_TPS6598X
2	tristate "TI TPS6598x USB Power Delivery controller driver"
3	depends on I2C
4	select POWER_SUPPLY
5	select REGMAP_I2C
6	select USB_ROLE_SWITCH
7	help
8	  Say Y or M here if your system has TI TPS65982 or TPS65983 USB Power
9	  Delivery controller.
10
11	  If you choose to build this driver as a dynamically linked module, the
12	  module will be called tps6598x.ko.
13