From: Maxime Ripard Date: Thu, 10 Jul 2014 06:24:59 +0000 (+0530) Subject: phy: sun4i: depend on RESET_CONTROLLER X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9820ccba4b1e9c0cdacf254a7be8616357086ebc;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git phy: sun4i: depend on RESET_CONTROLLER The driver depend on the reset framework in a mandatory way. Make sure reset_control_get is defined by adding this dependency in Kconfig Signed-off-by: Maxime Ripard Reported-by: Arnd Bergmann Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 16a2f067c242..1d8099a56a91 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -112,6 +112,7 @@ config PHY_EXYNOS5250_SATA config PHY_SUN4I_USB tristate "Allwinner sunxi SoC USB PHY driver" depends on ARCH_SUNXI && HAS_IOMEM && OF + depends on RESET_CONTROLLER select GENERIC_PHY help Enable this to support the transceiver that is part of Allwinner