Skip to content

Commit 9ef1654

Browse files
andy-shevgregkh
authored andcommitted
usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMIC
Intel SoC PMIC is a generic name for all PMICs that are used on Intel platforms. In particular, INTEL_SOC_PMIC kernel configuration option refers to Crystal Cove PMIC, which has never been a part of any Intel Broxton hardware. Drop wrong dependency from Kconfig. Note, the correct dependency is satisfied via ACPI PMIC OpRegion driver, which the Type-C depends on. Fixes: d2061f9 ("usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY") Reported-by: Hans de Goede <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Reviewed-by: Heikki Krogerus <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 96163f8 commit 9ef1654

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/usb/typec/tcpm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ config TYPEC_WCOVE
5656
tristate "Intel WhiskeyCove PMIC USB Type-C PHY driver"
5757
depends on ACPI
5858
depends on MFD_INTEL_PMC_BXT
59-
depends on INTEL_SOC_PMIC
6059
depends on BXT_WC_PMIC_OPREGION
6160
help
6261
This driver adds support for USB Type-C on Intel Broxton platforms

0 commit comments

Comments
 (0)