summaryrefslogtreecommitdiff
path: root/drivers/phy/ti/Kconfig
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2018-12-05 17:03:26 +0200
committerKishon Vijay Abraham I <kishon@ti.com>2019-02-07 11:10:41 +0530
commit6777cee3a872f8aedc41b95532f4177a5678cb31 (patch)
tree8a56e4d2372f8d25c4c66c49dd2a75ca5ebab240 /drivers/phy/ti/Kconfig
parente712792ec0dd90124e7d943a782372679350488d (diff)
phy: ti: usb2: Add support for AM654 USB2 PHY
Add support for the USB2 PHY on the AM654 SoC. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/ti/Kconfig')
-rw-r--r--drivers/phy/ti/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/phy/ti/Kconfig b/drivers/phy/ti/Kconfig
index 2388b1b65fc5..bf3d23a6d469 100644
--- a/drivers/phy/ti/Kconfig
+++ b/drivers/phy/ti/Kconfig
@@ -33,11 +33,11 @@ config OMAP_CONTROL_PHY
config OMAP_USB2
tristate "OMAP USB2 PHY Driver"
- depends on ARCH_OMAP2PLUS
+ depends on ARCH_OMAP2PLUS || ARCH_K3
depends on USB_SUPPORT
select GENERIC_PHY
select USB_PHY
- select OMAP_CONTROL_PHY
+ select OMAP_CONTROL_PHY if ARCH_OMAP2PLUS
help
Enable this to support the transceiver that is part of SOC. This
driver takes care of all the PHY functionality apart from comparator.