mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-16 16:34:44 -05:00
net: dsa: rzn1_a5psw: add COMPILE_TEST
There's no architecture specific requirement for it to compile. Allows the bots to test compilation properly. Signed-off-by: Rosen Penev <rosenp@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20250708014144.2514-2-rosenp@gmail.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
@@ -92,7 +92,7 @@ source "drivers/net/dsa/realtek/Kconfig"
|
||||
|
||||
config NET_DSA_RZN1_A5PSW
|
||||
tristate "Renesas RZ/N1 A5PSW Ethernet switch support"
|
||||
depends on OF && ARCH_RZN1
|
||||
depends on OF && (ARCH_RZN1 || COMPILE_TEST)
|
||||
select NET_DSA_TAG_RZN1_A5PSW
|
||||
select PCS_RZN1_MIIC
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user