Commit 9e29949c authored by Greg Ungerer's avatar Greg Ungerer

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: default avatarGreg Ungerer <gerg@uclinux.org>
parent 5b2e6555
...@@ -168,6 +168,11 @@ config M5407 ...@@ -168,6 +168,11 @@ config M5407
help help
Motorola ColdFire 5407 processor support. Motorola ColdFire 5407 processor support.
config M547x
bool "MCF547x"
help
Freescale ColdFire 5470/5471/5472/5473/5474/5475 processor support.
config M548x config M548x
bool "MCF548x" bool "MCF548x"
help help
...@@ -183,7 +188,7 @@ config M527x ...@@ -183,7 +188,7 @@ config M527x
config M54xx config M54xx
bool bool
depends on M548x depends on (M548x || M547x)
default y default y
config COLDFIRE config COLDFIRE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment