diff options
| author | Neil Armstrong <[email protected]> | 2019-04-03 13:46:36 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-04-03 10:23:38 -0400 |
| commit | 82548aaad57b4060e57dfecc7752253eb3534474 (patch) | |
| tree | ce94ee457095b314bd1ebd1a071e664defb6e3c2 /drivers | |
| parent | 7252274978dc860ad5f89cbe3b8d99cf793107ce (diff) | |
phy: Also allow MESON_GXM for MESON_GXL_USB_PHY
The MESON_GXL_USB_PHY is also used on the Amlogic Meson GXM SoCs.
Fixes: 2960e27e38 ("phy: Add Amlogic Meson USB2 & USB3 Generic PHY drivers")
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/phy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 825ee7c3beb..32bbf41dd1f 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -141,7 +141,7 @@ config PHY_STM32_USBPHYC config MESON_GXL_USB_PHY bool "Amlogic Meson GXL USB PHYs" - depends on PHY && ARCH_MESON && MESON_GXL + depends on PHY && ARCH_MESON && (MESON_GXL || MESON_GXM) imply REGMAP help This is the generic phy driver for the Amlogic Meson GXL |
