diff options
author | Greg Ungerer <gerg@snapgear.com> | 2005-11-06 23:09:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 11:00:47 -0500 |
commit | 4e51f674588009163d70a650bf7bc2a2e914ef89 (patch) | |
tree | 5d1a9fee1299f38ad308b427e6d0469c16fe3401 /arch/m68knommu | |
parent | 7f04d62b51828fa3d1dee9fd1ea7f37815595bfa (diff) |
[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>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/Kconfig | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 8520df9cee6d..b96498120fe9 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -71,6 +71,11 @@ config M5206e | |||
71 | help | 71 | help |
72 | Motorola ColdFire 5206e processor support. | 72 | Motorola ColdFire 5206e processor support. |
73 | 73 | ||
74 | config M520x | ||
75 | bool "MCF520x" | ||
76 | help | ||
77 | Freescale Coldfire 5207/5208 processor support. | ||
78 | |||
74 | config M523x | 79 | config M523x |
75 | bool "MCF523x" | 80 | bool "MCF523x" |
76 | help | 81 | help |
@@ -120,7 +125,7 @@ config M527x | |||
120 | 125 | ||
121 | config COLDFIRE | 126 | config COLDFIRE |
122 | bool | 127 | bool |
123 | depends on (M5206 || M5206e || M523x || M5249 || M527x || M5272 || M528x || M5307 || M5407) | 128 | depends on (M5206 || M5206e || M520x || M523x || M5249 || M527x || M5272 || M528x || M5307 || M5407) |
124 | default y | 129 | default y |
125 | 130 | ||
126 | choice | 131 | choice |
@@ -322,6 +327,12 @@ config ELITE | |||
322 | help | 327 | help |
323 | Support for the Motorola M5206eLITE board. | 328 | Support for the Motorola M5206eLITE board. |
324 | 329 | ||
330 | config M5208EVB | ||
331 | bool "Freescale M5208EVB board support" | ||
332 | depends on M520x | ||
333 | help | ||
334 | Support for the Freescale Coldfire M5208EVB. | ||
335 | |||
325 | config M5235EVB | 336 | config M5235EVB |
326 | bool "Freescale M5235EVB support" | 337 | bool "Freescale M5235EVB support" |
327 | depends on M523x | 338 | depends on M523x |
@@ -465,10 +476,10 @@ config ARNEWSH | |||
465 | default y | 476 | default y |
466 | depends on (ARN5206 || ARN5307) | 477 | depends on (ARN5206 || ARN5307) |
467 | 478 | ||
468 | config MOTOROLA | 479 | config FREESCALE |
469 | bool | 480 | bool |
470 | default y | 481 | default y |
471 | depends on (M5206eC3 || M5235EVB || M5249C3 || M5271EVB || M5272C3 || M5275EVB || M5282EVB || M5307C3 || M5407C3) | 482 | depends on (M5206eC3 || M5208EVB || M5235EVB || M5249C3 || M5271EVB || M5272C3 || M5275EVB || M5282EVB || M5307C3 || M5407C3) |
472 | 483 | ||
473 | config HW_FEITH | 484 | config HW_FEITH |
474 | bool | 485 | bool |