From: Rosen Penev Date: Thu, 5 Sep 2024 19:49:32 +0000 (-0700) Subject: net: ag71xx: add COMPILE_TEST to test compilation X-Git-Tag: v6.12-rc1~232^2~65^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=969431d2b0df7e926169b211164f534be5098f8e;p=thirdparty%2Fkernel%2Flinux.git net: ag71xx: add COMPILE_TEST to test compilation While this driver is meant for MIPS only, it can be compiled on x86 just fine. Remove pointless parentheses while at it. Enables CI building of this driver. Signed-off-by: Rosen Penev Reviewed-by: Simon Horman Link: https://patch.msgid.link/20240905194938.8453-2-rosenp@gmail.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/atheros/Kconfig b/drivers/net/ethernet/atheros/Kconfig index 482c58c4c5844..bec5cdf8d1da0 100644 --- a/drivers/net/ethernet/atheros/Kconfig +++ b/drivers/net/ethernet/atheros/Kconfig @@ -6,7 +6,7 @@ config NET_VENDOR_ATHEROS bool "Atheros devices" default y - depends on (PCI || ATH79) + depends on PCI || ATH79 || COMPILE_TEST help If you have a network (Ethernet) card belonging to this class, say Y. @@ -19,7 +19,7 @@ if NET_VENDOR_ATHEROS config AG71XX tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support" - depends on ATH79 + depends on ATH79 || COMPILE_TEST select PHYLINK imply NET_SELFTESTS help