提交 5d36f8eb 编写于 作者: G Greg Ungerer 提交者: Linus Torvalds

[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: NGreg Ungerer <gerg@uclinux.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 3448097f
...@@ -119,6 +119,11 @@ config M5307 ...@@ -119,6 +119,11 @@ config M5307
help help
Motorola ColdFire 5307 processor support. Motorola ColdFire 5307 processor support.
config M532x
bool "MCF532x"
help
Freescale (Motorola) ColdFire 532x processor support.
config M5407 config M5407
bool "MCF5407" bool "MCF5407"
help help
...@@ -133,7 +138,7 @@ config M527x ...@@ -133,7 +138,7 @@ config M527x
config COLDFIRE config COLDFIRE
bool bool
depends on (M5206 || M5206e || M520x || M523x || M5249 || M527x || M5272 || M528x || M5307 || M5407) depends on (M5206 || M5206e || M520x || M523x || M5249 || M527x || M5272 || M528x || M5307 || M532x || M5407)
default y default y
choice choice
...@@ -419,6 +424,18 @@ config SECUREEDGEMP3 ...@@ -419,6 +424,18 @@ config SECUREEDGEMP3
help help
Support for the SnapGear SecureEdge/MP3 platform. Support for the SnapGear SecureEdge/MP3 platform.
config M5329EVB
bool "Freescale (Motorola) M5329EVB board support"
depends on M532x
help
Support for the Freescale (Motorola) M5329EVB board.
config COBRA5329
bool "senTec COBRA5329 board support"
depends on M532x
help
Support for the senTec COBRA5329 board.
config M5407C3 config M5407C3
bool "Motorola M5407C3 board support" bool "Motorola M5407C3 board support"
depends on M5407 depends on M5407
...@@ -487,7 +504,7 @@ config ARNEWSH ...@@ -487,7 +504,7 @@ config ARNEWSH
config FREESCALE config FREESCALE
bool bool
default y default y
depends on (M5206eC3 || M5208EVB || M5235EVB || M5249C3 || M5271EVB || M5272C3 || M5275EVB || M5282EVB || M5307C3 || M5407C3) depends on (M5206eC3 || M5208EVB || M5235EVB || M5249C3 || M5271EVB || M5272C3 || M5275EVB || M5282EVB || M5307C3 || M5329EVB || M5407C3)
config HW_FEITH config HW_FEITH
bool bool
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册