summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorRoshni Shah <shah.roshni@yahoo.com>2011-03-14 06:49:42 -0400
committerJustin Waters <justin.waters@timesys.com>2012-03-02 16:59:46 -0500
commit2731b2eadeaa141e6f305fa8086106608112bbaa (patch)
tree2702d45bac84073cd580ccb1bd3eafb9a000d3b6 /drivers/net/Kconfig
parent6d23f5084c975be637f7d748db82116bf84d3872 (diff)
Add support for the i.MX53 QSB2.6.35.3-mx53-early-201103141049
This patch seems to have originated from the 11.01.00 release from Freescale, which is no longer available except through the gitweb interface from Freescale. http://opensource.freescale.com/git?p=imx/linux-2.6-imx.git;a=commit;h=27fdf7bae11978d21e8aba09bb635f49b07edd4a
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig33
1 files changed, 32 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index ce2fcdd4ab90..aaae8b17f83a 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1908,12 +1908,43 @@ config 68360_ENET
config FEC
bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)"
depends on M523x || M527x || M5272 || M528x || M520x || M532x || \
- MACH_MX27 || ARCH_MX35 || ARCH_MX25 || ARCH_MX5
+ MACH_MX27 || ARCH_MX35 || ARCH_MX25 || ARCH_MX5 || ARCH_MX28
select PHYLIB
help
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 FEC_1588
+ bool "Enable FEC 1588 timestamping"
+ depends on FEC
+
+choice
+ prompt "IEEE 1588 operation mode"
+ depends on ARCH_MX5 && FEC_1588
+ default OUT_OF_BAND
+
+config OUT_OF_BAND
+ bool "out-of-band mode"
+ help
+ IEEE 1588 operation mode is out-of-band, in this mode, the Tx and Rx
+ timestamp will be caputred into special registers.
+
+config IN_BAND
+ bool "in-band mode"
+ help
+ IEEE 1588 operation mode is in-band, in this mode, the Tx timestamp
+ will be captured into special retisters, but the Rx timestamp will be
+ captured into the first eight bytes of received ethernet packet.
+
+endchoice
+
+config FEC_L2SWITCH
+ bool "L2 Switch Ethernet Controller (of ColdFire CPUs)"
+ depends on ARCH_MX28 && !FEC
+ help
+ Say Y here if you want to use the built-in 10/100 Ethernet Switch
+ Controller on some Motorola ColdFire processors.
+
config FEC2
bool "Second FEC ethernet controller (on some ColdFire CPUs)"
depends on FEC