From: Geert Uytterhoeven Date: Wed, 6 Jun 2012 15:26:35 +0000 (+0200) Subject: m68k: Move CPU_HAS_* config options X-Git-Tag: upstream/snapshot3+hdmi~6871^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=022613e0b0753f1261454dea9b07c2e959363af7;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git m68k: Move CPU_HAS_* config options They belong together with the CPU selection Signed-off-by: Geert Uytterhoeven Acked-by: Greg Ungerer --- diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index bc8cc50..87b504c 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -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 diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu index 2b53254..6cd8c1a 100644 --- a/arch/m68k/Kconfig.cpu +++ b/arch/m68k/Kconfig.cpu @@ -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