summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2010-12-13 11:53:35 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-12-14 15:15:07 +0100
commitcf463d7430d570e97370bcf799aebdc30d289a88 (patch)
tree40b6a906a0a7e590f5bdd80ae2ea369721d38ad0 /arch
parent07965c6fa14d8e7e3dedd1bdd07cd789c50b9d97 (diff)
downloadbarebox-cf463d7430d570e97370bcf799aebdc30d289a88.tar.gz
barebox-cf463d7430d570e97370bcf799aebdc30d289a88.tar.xz
MX28: add FEC support
The i.MX28 comes with an extended ethernet controller (ENET/FEC) which is backwards compatible to the FEC known from other i.MX CPUs. Add a few adaptions to the existing driver to make it work with the MX28 FEC. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-stm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm/Kconfig b/arch/arm/mach-stm/Kconfig
index 15765fdd4b..9a46138c17 100644
--- a/arch/arm/mach-stm/Kconfig
+++ b/arch/arm/mach-stm/Kconfig
@@ -21,6 +21,7 @@ config ARCH_IMX23
config ARCH_IMX28
bool "i.MX28"
select CPU_ARM926T
+ select ARCH_HAS_FEC_IMX
endchoice