aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2012-06-06 11:26:35 -0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2012-06-10 04:18:29 -0400
commit022613e0b0753f1261454dea9b07c2e959363af7 (patch)
tree7fca78a18f0f63b5419844080bb54e84d01333ef /arch/m68k
parentf2378ed90572aeeecded30fd3754575c2ff1e55f (diff)
m68k: Move CPU_HAS_* config options
They belong together with the CPU selection Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Greg Ungerer<gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/Kconfig9
-rw-r--r--arch/m68k/Kconfig.cpu9
2 files changed, 9 insertions, 9 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index bc8cc504dee..87b504cfe00 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -53,15 +53,6 @@ config ZONE_DMA
53 bool 53 bool
54 default y 54 default y
55 55
56config CPU_HAS_NO_BITFIELDS
57 bool
58
59config CPU_HAS_NO_MULDIV64
60 bool
61
62config CPU_HAS_ADDRESS_SPACES
63 bool
64
65config HZ 56config HZ
66 int 57 int
67 default 1000 if CLEOPATRA 58 default 1000 if CLEOPATRA
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu
index 2b53254ad99..6cd8c1a3289 100644
--- a/arch/m68k/Kconfig.cpu
+++ b/arch/m68k/Kconfig.cpu
@@ -360,6 +360,15 @@ config NODES_SHIFT
360 default "3" 360 default "3"
361 depends on !SINGLE_MEMORY_CHUNK 361 depends on !SINGLE_MEMORY_CHUNK
362 362
363config CPU_HAS_NO_BITFIELDS
364 bool
365
366config CPU_HAS_NO_MULDIV64
367 bool
368
369config CPU_HAS_ADDRESS_SPACES
370 bool
371
363config FPU 372config FPU
364 bool 373 bool
365 374