diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-04-19 08:51:42 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-24 12:53:38 -0700 |
commit | 907aa3aa8dbb5437696776d40caeea245c8ba3bd (patch) | |
tree | dd0960e0018b94c81892164f89658f3062891dcc /drivers | |
parent | d1481832f1dbb9d10fab27269631a130fa082f03 (diff) | |
download | linux-907aa3aa8dbb5437696776d40caeea245c8ba3bd.tar.gz linux-907aa3aa8dbb5437696776d40caeea245c8ba3bd.tar.bz2 linux-907aa3aa8dbb5437696776d40caeea245c8ba3bd.zip |
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')
-rw-r--r-- | drivers/phy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 3bb05f17b9b4..4906c27fa3bd 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 |