When OMAP_CONTROL_USB was renamed to OMAP_CONTROL_PHY (commit 14da699b), its dependencies were lost in the process. Nothing in the commit message indicates that this removal was intentional, so I think it was by accident and the dependencies should be restored.
Signed-off-by: Jean Delvare <jdelv...@suse.de> Cc: Kishon Vijay Abraham I <kis...@ti.com> Cc: Roger Quadros <rog...@ti.com> Cc: Felipe Balbi <ba...@ti.com> --- drivers/phy/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-3.15-rc0.orig/drivers/phy/Kconfig 2014-04-07 10:23:06.031199592 +0200 +++ linux-3.15-rc0/drivers/phy/Kconfig 2014-04-08 10:12:16.448317340 +0200 @@ -33,6 +33,7 @@ config PHY_MVEBU_SATA config OMAP_CONTROL_PHY tristate "OMAP CONTROL PHY Driver" + depends on ARCH_OMAP2PLUS || COMPILE_TEST help Enable this to add support for the PHY part present in the control module. This driver has API to power on the USB2 PHY and to write to -- Jean Delvare SUSE L3 Support -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/