Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
0f053539
Commit
0f053539
authored
May 25, 2003
by
Greg Ungerer
Committed by
Jaroslav Kysela
May 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] m68knommu: add configuration options for ColdFire 5282 support
parent
95741920
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
arch/m68knommu/Kconfig
arch/m68knommu/Kconfig
+13
-2
No files found.
arch/m68knommu/Kconfig
View file @
0f053539
...
...
@@ -74,6 +74,11 @@ config M5272
help
Motorola ColdFire 5272 processor support.
config M5282
bool "MCF5282"
help
Motorola ColdFire 5282 processor support.
config M5307
bool "MCF5307"
help
...
...
@@ -88,7 +93,7 @@ endchoice
config COLDFIRE
bool
depends on (M5206 || M5206e || M5249 || M5272 || M5307 || M5407)
depends on (M5206 || M5206e || M5249 || M5272 || M5
282 || M5
307 || M5407)
default y
choice
...
...
@@ -281,6 +286,12 @@ config M5272C3
help
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
bool "Arnewsh 5307 board support"
depends on M5307
...
...
@@ -349,7 +360,7 @@ config ARNEWSH
config MOTOROLA
bool
default y
depends on (M5206eC3 || M5249C3 || M5272C3 || M5307C3 || M5407C3)
depends on (M5206eC3 || M5249C3 || M5272C3 || M5
282C3 || M5
307C3 || M5407C3)
config LARGE_ALLOCS
bool "Allow allocating large blocks (> 1MB) of memory"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment