Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fee7e1d5 authored by Ulf Magnusson's avatar Ulf Magnusson Committed by Kishon Vijay Abraham I
Browse files

phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USB

Exynos4212 support was removed by commit bca9085e ("ARM: dts:
exynos: remove Exynos4212 support (dead code)").

Remove the SOC_EXYNOS4212 dependency from PHY_EXYNOS4X12_USB.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py


script.

Signed-off-by: default avatarUlf Magnusson <ulfalizer@gmail.com>
Acked-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent 3405bd71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ config PHY_EXYNOS4210_USB2
config PHY_EXYNOS4X12_USB2
	bool
	depends on PHY_SAMSUNG_USB2
	default SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412
	default SOC_EXYNOS3250 || SOC_EXYNOS4412

config PHY_EXYNOS5250_USB2
	bool