Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30164
b: refs/heads/master
c: 5d36f8e
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 26, 2006
1 parent 9c30428 commit 15f8895
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3448097fccdce4ea8f0fcad4f37f502a8cd72e68
refs/heads/master: 5d36f8eb387eb38cd8224de721f6edb8697450af
21 changes: 19 additions & 2 deletions trunk/arch/m68knommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ config M5307
help
Motorola ColdFire 5307 processor support.

config M532x
bool "MCF532x"
help
Freescale (Motorola) ColdFire 532x processor support.

config M5407
bool "MCF5407"
help
Expand All @@ -133,7 +138,7 @@ config M527x

config COLDFIRE
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

choice
Expand Down Expand Up @@ -419,6 +424,18 @@ config SECUREEDGEMP3
help
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
bool "Motorola M5407C3 board support"
depends on M5407
Expand Down Expand Up @@ -487,7 +504,7 @@ config ARNEWSH
config FREESCALE
bool
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
bool
Expand Down

0 comments on commit 15f8895

Please sign in to comment.