]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/staging/typec/Kconfig
UBUNTU: [Config] CONFIG_SND_I2S_HI6210_I2S=m
[mirror_ubuntu-artful-kernel.git] / drivers / staging / typec / Kconfig
1 menu "USB Power Delivery and Type-C drivers"
2
3 config TYPEC_TCPM
4 tristate "USB Type-C Port Controller Manager"
5 depends on USB
6 select TYPEC
7 help
8 The Type-C Port Controller Manager provides a USB PD and USB Type-C
9 state machine for use with Type-C Port Controllers.
10
11 if TYPEC_TCPM
12
13 config TYPEC_TCPCI
14 tristate "Type-C Port Controller Interface driver"
15 depends on I2C
16 select REGMAP_I2C
17 help
18 Type-C Port Controller driver for TCPCI-compliant controller.
19
20 source "drivers/staging/typec/fusb302/Kconfig"
21
22 endif
23
24 endmenu