diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 0f4ff7a68a05..de2905a67e76 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1958,6 +1958,15 @@ config FEC1 Say Y here if you want to use the second built-in 10/100 Fast ethernet controller on Vybrid and some ColdFire processors. +config FSL_L2_SWITCH + bool "Ethernet switch controller(Freescale ColdFire and Vybrid platform)" + depends on !FEC && SOC_MVFA5 + help + Say Y here if you want to use the built-in ethernet switch + controller on some ColdFire processors. + The Integrated Ethernet switch engine is compatible with + 10/100 MAC-NET core. + config FEC_1588 bool "Enable FEC 1588 timestamping" depends on FEC |