Message ID | 20250227070518.5468-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 49166afbf4ce3b5049295534150886a99b9867ec |
Headers | show |
Series | [v4] phy: exynos5-usbdrd: Do not depend on Type-C | expand |
On Thu, 27 Feb 2025 08:05:18 +0100, Krzysztof Kozlowski wrote: > Older Exynos designs, like Exynos5422, do not have USB Type-C and the > USB DRD PHY does not really need CONFIG_TYPEC for these devices at all. > Incorrectly added optional dependency on CONFIG_TYPEC caused this driver > to be missing for exynos_defconfig and as result Exynos5422-based boards > like Hardkernel Odroid HC1 failed to probe USB. > > > [...] Applied, thanks! [1/1] phy: exynos5-usbdrd: Do not depend on Type-C commit: 49166afbf4ce3b5049295534150886a99b9867ec Best regards,
diff --git a/drivers/phy/samsung/Kconfig b/drivers/phy/samsung/Kconfig index 7fba571c0e2b..6566100441d6 100644 --- a/drivers/phy/samsung/Kconfig +++ b/drivers/phy/samsung/Kconfig @@ -81,7 +81,7 @@ config PHY_EXYNOS5_USBDRD tristate "Exynos5 SoC series USB DRD PHY driver" depends on (ARCH_EXYNOS && OF) || COMPILE_TEST depends on HAS_IOMEM - depends on TYPEC || (TYPEC=n && COMPILE_TEST) + depends on TYPEC || !TYPEC depends on USB_DWC3_EXYNOS select GENERIC_PHY select MFD_SYSCON