Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
2menu "USB Power Delivery and Type-C drivers"
3
4config TYPEC
5 tristate
6
7config 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
22source "drivers/usb/typec/ucsi/Kconfig"
23
24endmenu