diff options
author | Greg Ungerer <gerg@snapgear.com> | 2006-06-25 20:45:45 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 00:01:07 -0400 |
commit | 5d36f8eb387eb38cd8224de721f6edb8697450af (patch) | |
tree | f4bc7a26db9e3f2553d557d139e88dccaa165f3d /arch | |
parent | 3448097fccdce4ea8f0fcad4f37f502a8cd72e68 (diff) |
[PATCH] m68knommu: ColdFire 532x CPU configure support
Add configure support for the new Freescale 532x family of CPUs.
Patch submitted by Matt Waddel <Matt.Waddel@freescale.com>.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68knommu/Kconfig | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index d3dcdc9609ee..d681becc6cdc 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -119,6 +119,11 @@ config M5307 | |||
119 | help | 119 | help |
120 | Motorola ColdFire 5307 processor support. | 120 | Motorola ColdFire 5307 processor support. |
121 | 121 | ||
122 | config M532x | ||
123 | bool "MCF532x" | ||
124 | help | ||
125 | Freescale (Motorola) ColdFire 532x processor support. | ||
126 | |||
122 | config M5407 | 127 | config M5407 |
123 | bool "MCF5407" | 128 | bool "MCF5407" |
124 | help | 129 | help |
@@ -133,7 +138,7 @@ config M527x | |||
133 | 138 | ||
134 | config COLDFIRE | 139 | config COLDFIRE |
135 | bool | 140 | bool |
136 | depends on (M5206 || M5206e || M520x || M523x || M5249 || M527x || M5272 || M528x || M5307 || M5407) | 141 | depends on (M5206 || M5206e || M520x || M523x || M5249 || M527x || M5272 || M528x || M5307 || M532x || M5407) |
137 | default y | 142 | default y |
138 | 143 | ||
139 | choice | 144 | choice |
@@ -419,6 +424,18 @@ config SECUREEDGEMP3 | |||
419 | help | 424 | help |
420 | Support for the SnapGear SecureEdge/MP3 platform. | 425 | Support for the SnapGear SecureEdge/MP3 platform. |
421 | 426 | ||
427 | config M5329EVB | ||
428 | bool "Freescale (Motorola) M5329EVB board support" | ||
429 | depends on M532x | ||
430 | help | ||
431 | Support for the Freescale (Motorola) M5329EVB board. | ||
432 | |||
433 | config COBRA5329 | ||
434 | bool "senTec COBRA5329 board support" | ||
435 | depends on M532x | ||
436 | help | ||
437 | Support for the senTec COBRA5329 board. | ||
438 | |||
422 | config M5407C3 | 439 | config M5407C3 |
423 | bool "Motorola M5407C3 board support" | 440 | bool "Motorola M5407C3 board support" |
424 | depends on M5407 | 441 | depends on M5407 |
@@ -487,7 +504,7 @@ config ARNEWSH | |||
487 | config FREESCALE | 504 | config FREESCALE |
488 | bool | 505 | bool |
489 | default y | 506 | default y |
490 | depends on (M5206eC3 || M5208EVB || M5235EVB || M5249C3 || M5271EVB || M5272C3 || M5275EVB || M5282EVB || M5307C3 || M5407C3) | 507 | depends on (M5206eC3 || M5208EVB || M5235EVB || M5249C3 || M5271EVB || M5272C3 || M5275EVB || M5282EVB || M5307C3 || M5329EVB || M5407C3) |
491 | 508 | ||
492 | config HW_FEITH | 509 | config HW_FEITH |
493 | bool | 510 | bool |