diff options
| author | Tom Rini <[email protected]> | 2025-09-25 14:56:14 -0600 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2025-10-13 16:13:21 +0200 |
| commit | b44f18923be58ecc5087f7a12d3204a16d468eec (patch) | |
| tree | 27a9258aa0afb522b607004b19737745dc195819 /drivers | |
| parent | 80f3568995f08cdf60923863a9be15345c42deb9 (diff) | |
phy: marvell: Tighten MVEBU_COMPHY_SUPPORT dependencies
This driver cannot link without access to functions that are defined in
files that are only build on some platforms. Express those requirements
in Kconfig as well.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/phy/marvell/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/marvell/Kconfig b/drivers/phy/marvell/Kconfig index b5f69c0a96d..c66197de143 100644 --- a/drivers/phy/marvell/Kconfig +++ b/drivers/phy/marvell/Kconfig @@ -1,5 +1,6 @@ config MVEBU_COMPHY_SUPPORT bool "ComPhy SerDes driver" + depends on ARMADA_3700 || ARMADA_8K help Choose this option to add support for Comphy driver. |
