From: Madalin Bucur Date: Mon, 19 Dec 2016 20:42:46 +0000 (+0200) Subject: fsl/fman: enable compilation on ARM64 X-Git-Tag: Ubuntu-5.10.0-12.13~11204^2~10^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2e3db5a4b9ee704f841d6356a32428830c7079e6;p=mirror_ubuntu-hirsute-kernel.git fsl/fman: enable compilation on ARM64 Signed-off-by: Madalin Bucur Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/freescale/fman/Kconfig b/drivers/net/ethernet/freescale/fman/Kconfig index 79b7c84b7869..dc0850b3b517 100644 --- a/drivers/net/ethernet/freescale/fman/Kconfig +++ b/drivers/net/ethernet/freescale/fman/Kconfig @@ -1,6 +1,6 @@ config FSL_FMAN tristate "FMan support" - depends on FSL_SOC || COMPILE_TEST + depends on FSL_SOC || ARCH_LAYERSCAPE || COMPILE_TEST select GENERIC_ALLOCATOR select PHYLIB default n