From 7974a95ddfa0ad24e6d3684f350b7bfd84feb816 Mon Sep 17 00:00:00 2001 From: Jason Jin Date: Fri, 12 Oct 2012 16:59:47 +0800 Subject: ENGR00216078-2: switch: add L2 switch driver for Vybrid Port the L2 switch driver from CF platform for Vybridi plaform. This driver usually should work together with the RSTP demo applications provided by fsl. Signed-off-by: Alison Wang Signed-off-by: Jason Jin --- drivers/net/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'drivers/net/Kconfig') 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 -- cgit v1.2.3