diff options
author | Jean Delvare <[email protected]> | 2014-04-19 08:51:42 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2014-04-24 12:53:38 -0700 |
commit | 907aa3aa8dbb5437696776d40caeea245c8ba3bd (patch) | |
tree | dd0960e0018b94c81892164f89658f3062891dcc | |
parent | d1481832f1dbb9d10fab27269631a130fa082f03 (diff) |
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 <[email protected]>
Acked-by: Roger Quadros <[email protected]>
Cc: Felipe Balbi <[email protected]>
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-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 |