summaryrefslogtreecommitdiffstats
path: root/drivers/phy
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-04-19 08:51:42 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-24 12:53:38 -0700
commit907aa3aa8dbb5437696776d40caeea245c8ba3bd (patch)
treedd0960e0018b94c81892164f89658f3062891dcc /drivers/phy
parentd1481832f1dbb9d10fab27269631a130fa082f03 (diff)
downloadop-kernel-dev-907aa3aa8dbb5437696776d40caeea245c8ba3bd.zip
op-kernel-dev-907aa3aa8dbb5437696776d40caeea245c8ba3bd.tar.gz
phy: restore OMAP_CONTROL_PHY dependencies
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 <jdelvare@suse.de> Acked-by: Roger Quadros <rogerq@ti.com> Cc: Felipe Balbi <balbi@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 3bb05f1..4906c27 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -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
OpenPOWER on IntegriCloud