[net-next PATCH 1/2] net: phy: mediatek: permit to compile test GE SOC PHY driver
Russell King (Oracle)
linux at armlinux.org.uk
Tue Apr 8 10:57:42 PDT 2025
On Tue, Apr 08, 2025 at 05:53:13PM +0200, Christian Marangi wrote:
> config MEDIATEK_GE_SOC_PHY
> tristate "MediaTek SoC Ethernet PHYs"
> depends on (ARM64 && ARCH_MEDIATEK) || COMPILE_TEST
> - depends on NVMEM_MTK_EFUSE
> + depends on NVMEM_MTK_EFUSE || COMPILE_TEST
Isn't this equivalent to:
depends on (ARM64 && ARCH_MEDIATEK && NVMEM_MTK_EFUSE) || COMPILE_TEST
?
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!
More information about the linux-arm-kernel
mailing list