Linux-libre 4.14.138-gnu
[librecmc/linux-libre.git] / drivers / usb / typec / Kconfig
1
2 menu "USB Power Delivery and Type-C drivers"
3
4 config TYPEC
5         tristate
6
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.
18
19           To compile this driver as module, choose M here: the module will be
20           called typec_wcove
21
22 source "drivers/usb/typec/ucsi/Kconfig"
23
24 endmenu