Merge tag 'ceph-for-4.13-rc8' of git://github.com/ceph/ceph-client
[linux/fpc-iii.git] / drivers / usb / typec / Kconfig
blobbc1b7745f1d4f3e73fc74b80a475d2bf02bcded5
2 menu "USB Power Delivery and Type-C drivers"
4 config TYPEC
5         tristate
7 config TYPEC_WCOVE
8         tristate "Intel WhiskeyCove PMIC USB Type-C PHY driver"
9         depends on ACPI
10         depends on INTEL_SOC_PMIC
11         depends on INTEL_PMC_IPC
12         depends on BXT_WC_PMIC_OPREGION
13         select TYPEC
14         help
15           This driver adds support for USB Type-C detection on Intel Broxton
16           platforms that have Intel Whiskey Cove PMIC. The driver can detect the
17           role and cable orientation.
19           To compile this driver as module, choose M here: the module will be
20           called typec_wcove
22 source "drivers/usb/typec/ucsi/Kconfig"
24 endmenu