From: Tom Rini Date: Thu, 25 Sep 2025 20:56:14 +0000 (-0600) Subject: phy: marvell: Tighten MVEBU_COMPHY_SUPPORT dependencies X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b44f18923be58ecc5087f7a12d3204a16d468eec;p=pandora-u-boot.git 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 Reviewed-by: Stefan Roese --- 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.