mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
d1481832f1
commit
907aa3aa8d
|
@ -33,6 +33,7 @@ config PHY_MVEBU_SATA
|
||||||
|
|
||||||
config OMAP_CONTROL_PHY
|
config OMAP_CONTROL_PHY
|
||||||
tristate "OMAP CONTROL PHY Driver"
|
tristate "OMAP CONTROL PHY Driver"
|
||||||
|
depends on ARCH_OMAP2PLUS || COMPILE_TEST
|
||||||
help
|
help
|
||||||
Enable this to add support for the PHY part present in the control
|
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
|
module. This driver has API to power on the USB2 PHY and to write to
|
||||||
|
|
Loading…
Reference in New Issue