Skip to content

Commit

Permalink
m68k: Move CPU_HAS_* config options
Browse files Browse the repository at this point in the history
They belong together with the CPU selection

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer<gerg@uclinux.org>
  • Loading branch information
Geert Uytterhoeven committed Jun 10, 2012
1 parent f2378ed commit 022613e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/m68k/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ config ZONE_DMA
bool
default y

config CPU_HAS_NO_BITFIELDS
bool

config CPU_HAS_NO_MULDIV64
bool

config CPU_HAS_ADDRESS_SPACES
bool

config HZ
int
default 1000 if CLEOPATRA
Expand Down
9 changes: 9 additions & 0 deletions arch/m68k/Kconfig.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,15 @@ config NODES_SHIFT
default "3"
depends on !SINGLE_MEMORY_CHUNK

config CPU_HAS_NO_BITFIELDS
bool

config CPU_HAS_NO_MULDIV64
bool

config CPU_HAS_ADDRESS_SPACES
bool

config FPU
bool

Expand Down

0 comments on commit 022613e

Please sign in to comment.