summaryrefslogtreecommitdiffstats
path: root/drivers/phy/amlogic/Kconfig
diff options
context:
space:
mode:
authorMartin Blumenstingl2018-01-28 21:22:43 +0100
committerKishon Vijay Abraham I2018-03-08 09:26:28 +0100
commit05818862bc27255e335ee6085d6ce57b6cb01f99 (patch)
tree9f9dbd09197d9b08ab2157be9589ff1c4e707772 /drivers/phy/amlogic/Kconfig
parentphy: amlogic: phy-meson-gxl-usb2: support the clock and reset line (diff)
downloadkernel-qcow2-linux-05818862bc27255e335ee6085d6ce57b6cb01f99.tar.gz
kernel-qcow2-linux-05818862bc27255e335ee6085d6ce57b6cb01f99.tar.xz
kernel-qcow2-linux-05818862bc27255e335ee6085d6ce57b6cb01f99.zip
phy: amlogic: phy-meson-gxl-usb2: default to host mode
The USB2 PHY can switch between PHY_MODE_USB_HOST and PHY_MODE_USB_DEVICE. However, it cannot do it on it's own since it requires re-routing of the corresponding USB pins from dwc3 (which is used for host-mode) to dwc2 (which is used for device-mode). Thus we don't need to auto-detect the mode based on the USB controller, which simplifies the driver code. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/amlogic/Kconfig')
-rw-r--r--drivers/phy/amlogic/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/amlogic/Kconfig b/drivers/phy/amlogic/Kconfig
index cb8f4501652b..ef3625cd25bb 100644
--- a/drivers/phy/amlogic/Kconfig
+++ b/drivers/phy/amlogic/Kconfig
@@ -18,7 +18,6 @@ config PHY_MESON_GXL_USB2
default ARCH_MESON
depends on OF && (ARCH_MESON || COMPILE_TEST)
depends on USB_SUPPORT
- select USB_COMMON
select GENERIC_PHY
select REGMAP_MMIO
help