blob: b827152930728623548cbcb148327cc5a58b02bf (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | config TYPEC_TPS6598X
	tristate "TI TPS6598x USB Power Delivery controller driver"
	depends on I2C
	select POWER_SUPPLY
	select REGMAP_I2C
	select USB_ROLE_SWITCH
	help
	  Say Y or M here if your system has TI TPS65982 or TPS65983 USB Power
	  Delivery controller.
	  If you choose to build this driver as a dynamically linked module, the
	  module will be called tps6598x.ko.
 |