summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2012-10-09 12:36:45 +0800
committerJason Jin <Jason.jin@freescale.com>2012-10-11 17:49:48 +0800
commit9bd8ff46bad87c656414489d20e9aa6abfb8ed16 (patch)
tree836dad917b5938d9ca41813da43f85420042cc6b /drivers
parentec2c76278cc205b8a31ddc1952847935dc3145e7 (diff)
ENGR00181358-3: fec: add second FEC support for Vybrid
Add second FEC support for Vybrid. Signed-off-by: Alison Wang <b18965@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index bd38b2a7e5cc..0f4ff7a68a05 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1951,6 +1951,13 @@ config FEC
Say Y here if you want to use the built-in 10/100 Fast ethernet
controller on some Motorola ColdFire and Freescale i.MX processors.
+config FEC1
+ bool "Second FEC ethernet controller (of Vybrid and ColdFire)"
+ depends on FEC && (ARCH_MVF || M54455 || M5441X)
+ help
+ Say Y here if you want to use the second built-in 10/100 Fast
+ ethernet controller on Vybrid and some ColdFire processors.
+
config FEC_1588
bool "Enable FEC 1588 timestamping"
depends on FEC