From: Jean Delvare Date: Mon, 9 Jan 2017 14:17:27 +0000 (+0100) Subject: net: phy: Add Meson GXL PHY hardware dependency X-Git-Tag: v5.15~12105^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ebae8bd60188f57e26e95e7fde6b8943297d348;p=platform%2Fkernel%2Flinux-starfive.git net: phy: Add Meson GXL PHY hardware dependency As I understand it the Meson GXL PHY driver is only useful on one architecture so only make it visible on that architecture. Signed-off-by: Jean Delvare Fixes: 7334b3e47aee ("net: phy: Add Meson GXL Internal PHY driver") Cc: Neil Armstrong Cc: Florian Fainelli Cc: Andrew Lunn Cc: David S. Miller Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index d361835..8dbd59b 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -279,6 +279,7 @@ config MARVELL_PHY config MESON_GXL_PHY tristate "Amlogic Meson GXL Internal PHY" + depends on ARCH_MESON || COMPILE_TEST ---help--- Currently has a driver for the Amlogic Meson GXL Internal PHY