m68k: Move CPU_HAS_* config options
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 6 Jun 2012 15:26:35 +0000 (17:26 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 10 Jun 2012 08:18:29 +0000 (10:18 +0200)
They belong together with the CPU selection

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer<gerg@uclinux.org>
arch/m68k/Kconfig
arch/m68k/Kconfig.cpu

index bc8cc504dee1b29b3acf29948436bcd0c3ce65e0..87b504cfe0015ecaca1c45fe1826e60f701a0660 100644 (file)
@@ -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
index 2b53254ad994abad15b6f8e3a047aaecbd6a0694..6cd8c1a32893a036ad3de75e92d007e972fb6c88 100644 (file)
@@ -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
 
This page took 0.033705 seconds and 5 git commands to generate.