diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-01-29 16:17:53 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-02-04 11:02:53 +0300 |
commit | 6b46e60a6943d629d69924be3169d8f214624ab2 (patch) | |
tree | 64ca87db2ec08da9735c31f41d112161c230579b /drivers/phy/Kconfig | |
parent | 36acd5e24e3000691fb8d1ee31cf959cb1582d35 (diff) | |
download | linux-6b46e60a6943d629d69924be3169d8f214624ab2.tar.xz |
phy: USB_LGM_PHY should depend on X86
The Intel Lightning Mountain (LGM) USB3 USB is only present on Intel
Lightning Mountain SoCs. Hence add a dependency on X86, to prevent
asking the user about this driver when configuring a kernel without
Intel Lightning Mountain platform support.
Fixes: 1cce8f73a561c944 ("phy: Add USB3 PHY support for Intel LGM SoC")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20210129131753.2656306-1-geert+renesas@glider.be
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/Kconfig')
-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 00dabe5fab8a..68d9c2f6a5ca 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -52,6 +52,7 @@ config PHY_XGENE config USB_LGM_PHY tristate "INTEL Lightning Mountain USB PHY Driver" depends on USB_SUPPORT + depends on X86 || COMPILE_TEST select USB_PHY select REGULATOR select REGULATOR_FIXED_VOLTAGE |