aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2010-11-02 12:13:34 +1000
committerGreg Ungerer <gerg@uclinux.org>2011-01-05 15:19:17 +1000
commit9e29949cfcf0ed737f5b9778fd232f1e6b825e3e (patch)
treeb7900cf8e43b6cb3a11bb5b9a3b100ccf9f64b1b /arch/m68knommu
parentm68knommu: make Coldfire 548x support more generic (diff)
downloadlinux-dev-9e29949cfcf0ed737f5b9778fd232f1e6b825e3e.tar.xz
linux-dev-9e29949cfcf0ed737f5b9778fd232f1e6b825e3e.zip
m68knommu: add support for the ColdFire 547x family of processors
The Freescale M547x family of ColdFire processors is very similar to the M548x series. We use all the same support for it. Initially all we need is a high level configuration option for it. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r--arch/m68knommu/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig
index 060f142a1e20..266a39eebcad 100644
--- a/arch/m68knommu/Kconfig
+++ b/arch/m68knommu/Kconfig
@@ -168,6 +168,11 @@ config M5407
help
Motorola ColdFire 5407 processor support.
+config M547x
+ bool "MCF547x"
+ help
+ Freescale ColdFire 5470/5471/5472/5473/5474/5475 processor support.
+
config M548x
bool "MCF548x"
help
@@ -183,7 +188,7 @@ config M527x
config M54xx
bool
- depends on M548x
+ depends on (M548x || M547x)
default y
config COLDFIRE