Commit 0f053539 authored by Greg Ungerer's avatar Greg Ungerer Committed by Jaroslav Kysela

[PATCH] m68knommu: add configuration options for ColdFire 5282 support

parent 95741920
...@@ -74,6 +74,11 @@ config M5272 ...@@ -74,6 +74,11 @@ config M5272
help help
Motorola ColdFire 5272 processor support. Motorola ColdFire 5272 processor support.
config M5282
bool "MCF5282"
help
Motorola ColdFire 5282 processor support.
config M5307 config M5307
bool "MCF5307" bool "MCF5307"
help help
...@@ -88,7 +93,7 @@ endchoice ...@@ -88,7 +93,7 @@ endchoice
config COLDFIRE config COLDFIRE
bool bool
depends on (M5206 || M5206e || M5249 || M5272 || M5307 || M5407) depends on (M5206 || M5206e || M5249 || M5272 || M5282 || M5307 || M5407)
default y default y
choice choice
...@@ -281,6 +286,12 @@ config M5272C3 ...@@ -281,6 +286,12 @@ config M5272C3
help help
Support for the Motorola M5272C3 board. Support for the Motorola M5272C3 board.
config M5282C3
bool "Motorola M5282C3 board support"
depends on M5282
help
Support for the Motorola M5282C3 board.
config ARN5307 config ARN5307
bool "Arnewsh 5307 board support" bool "Arnewsh 5307 board support"
depends on M5307 depends on M5307
...@@ -349,7 +360,7 @@ config ARNEWSH ...@@ -349,7 +360,7 @@ config ARNEWSH
config MOTOROLA config MOTOROLA
bool bool
default y default y
depends on (M5206eC3 || M5249C3 || M5272C3 || M5307C3 || M5407C3) depends on (M5206eC3 || M5249C3 || M5272C3 || M5282C3 || M5307C3 || M5407C3)
config LARGE_ALLOCS config LARGE_ALLOCS
bool "Allow allocating large blocks (> 1MB) of memory" bool "Allow allocating large blocks (> 1MB) of memory"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment