[PATCH] m68knommu: add ColdFire 5208 configure support

Added support for the new Freescale 5208 ColdFire processor.
Also changed name "Motorola" to new company name "Freescale".

Signed-off-by: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Greg Ungerer 2005-11-07 14:09:50 +10:00 committed by Linus Torvalds
parent 7f04d62b51
commit 4e51f67458
1 changed files with 14 additions and 3 deletions

View File

@ -71,6 +71,11 @@ config M5206e
help help
Motorola ColdFire 5206e processor support. Motorola ColdFire 5206e processor support.
config M520x
bool "MCF520x"
help
Freescale Coldfire 5207/5208 processor support.
config M523x config M523x
bool "MCF523x" bool "MCF523x"
help help
@ -120,7 +125,7 @@ config M527x
config COLDFIRE config COLDFIRE
bool bool
depends on (M5206 || M5206e || M523x || M5249 || M527x || M5272 || M528x || M5307 || M5407) depends on (M5206 || M5206e || M520x || M523x || M5249 || M527x || M5272 || M528x || M5307 || M5407)
default y default y
choice choice
@ -322,6 +327,12 @@ config ELITE
help help
Support for the Motorola M5206eLITE board. Support for the Motorola M5206eLITE board.
config M5208EVB
bool "Freescale M5208EVB board support"
depends on M520x
help
Support for the Freescale Coldfire M5208EVB.
config M5235EVB config M5235EVB
bool "Freescale M5235EVB support" bool "Freescale M5235EVB support"
depends on M523x depends on M523x
@ -465,10 +476,10 @@ config ARNEWSH
default y default y
depends on (ARN5206 || ARN5307) depends on (ARN5206 || ARN5307)
config MOTOROLA config FREESCALE
bool bool
default y default y
depends on (M5206eC3 || M5235EVB || M5249C3 || M5271EVB || M5272C3 || M5275EVB || M5282EVB || M5307C3 || M5407C3) depends on (M5206eC3 || M5208EVB || M5235EVB || M5249C3 || M5271EVB || M5272C3 || M5275EVB || M5282EVB || M5307C3 || M5407C3)
config HW_FEITH config HW_FEITH
bool bool