diff options
author | Alison Wang <b18965@freescale.com> | 2012-10-09 12:36:45 +0800 |
---|---|---|
committer | Andy Voltz <andy.voltz@timesys.com> | 2012-10-17 14:37:26 -0400 |
commit | 303f7cf53e94893d816f7e77d4d03b4311b6aece (patch) | |
tree | 836dad917b5938d9ca41813da43f85420042cc6b /drivers | |
parent | adb31b21d85a1d8d1aff1e5177f393d4a49bf0e7 (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/Kconfig | 7 |
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 |