Skip to content

Commit

Permalink
m68knommu: add support for the ColdFire 547x family of processors
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer committed Jan 5, 2011
1 parent 5b2e655 commit 9e29949
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion arch/m68knommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -183,7 +188,7 @@ config M527x

config M54xx
bool
depends on M548x
depends on (M548x || M547x)
default y

config COLDFIRE
Expand Down

0 comments on commit 9e29949

Please sign in to comment.