Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259070
b: refs/heads/master
c: 171d809
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Jul 25, 2011
1 parent f7b2ce9 commit 019ce0c
Show file tree
Hide file tree
Showing 6 changed files with 536 additions and 838 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: f941f5caa0e947f4ed060a751ca4a3bf552af625
refs/heads/master: 171d809df1896c1022f9778cd2788be6c255a7dc
4 changes: 4 additions & 0 deletions trunk/arch/m68k/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ config NO_DMA
config ZONE_DMA
bool
default y

config CPU_HAS_NO_BITFIELDS
bool

config HZ
int
default 1000 if CLEOPATRA
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/m68k/Kconfig.nommu
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ config GENERIC_CLOCKEVENTS

config M68000
bool
select CPU_HAS_NO_BITFIELDS
help
The Freescale (was Motorola) 68000 CPU is the first generation of
the well known M68K family of processors. The CPU core as well as
Expand All @@ -25,6 +26,7 @@ config M68000

config MCPU32
bool
select CPU_HAS_NO_BITFIELDS
help
The Freescale (was then Motorola) CPU32 is a CPU core that is
based on the 68020 processor. For the most part it is used in
Expand All @@ -34,6 +36,7 @@ config COLDFIRE
bool
select GENERIC_GPIO
select ARCH_REQUIRE_GPIOLIB
select CPU_HAS_NO_BITFIELDS
help
The Freescale ColdFire family of processors is a modern derivitive
of the 68000 processor family. They are mainly targeted at embedded
Expand Down
Loading

0 comments on commit 019ce0c

Please sign in to comment.