aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/samsung
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-02-05 02:21:27 +0100
committerKishon Vijay Abraham I <kishon@ti.com>2018-03-08 13:56:21 +0530
commitfee7e1d50c6e6da1d99035181ba5a5c88f5bb526 (patch)
tree38e64f5c25e2dee45f34356a5a03f97432804d6b /drivers/phy/samsung
parentphy: add SPDX identifier to QMP and QUSB2 PHY drivers (diff)
downloadlinux-dev-fee7e1d50c6e6da1d99035181ba5a5c88f5bb526.tar.xz
linux-dev-fee7e1d50c6e6da1d99035181ba5a5c88f5bb526.zip
phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USB
Exynos4212 support was removed by commit bca9085e0ae9 ("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: Ulf Magnusson <ulfalizer@gmail.com> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/samsung')
-rw-r--r--drivers/phy/samsung/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/samsung/Kconfig b/drivers/phy/samsung/Kconfig
index b7e0645a7bd9..2a5d33cb0e7e 100644
--- a/drivers/phy/samsung/Kconfig
+++ b/drivers/phy/samsung/Kconfig
@@ -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