Skip to content

Commit 83bfcb1

Browse files
decsnyaescolar
authored andcommitted
drivers: ethernet: DSA supported on ETH_NXP_ENET
I have tested the DSA support with ETH_NXP_ENET driver and it works, so marking it as supported by adding it to the dependency list for the DSA feature. Signed-off-by: Declan Snyder <[email protected]>
1 parent ac58f3a commit 83bfcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ethernet/Kconfig.dsa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
menuconfig NET_DSA
88
bool "Distributed Switch Architecture support"
9-
depends on ETH_MCUX || ETH_SAM_GMAC || ETH_STM32_HAL
9+
depends on ETH_MCUX || ETH_SAM_GMAC || ETH_STM32_HAL || ETH_NXP_ENET
1010
help
1111
Enable Distributed Switch Architecture support. For now it
1212
only supports Kinetics and STM32 ENET drivers.

0 commit comments

Comments
 (0)