Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 022613e0 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

m68k: Move CPU_HAS_* config options



They belong together with the CPU selection

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: default avatarGreg <Ungerer&lt;gerg@uclinux.org>
parent f2378ed9
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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
+9 −0
Original line number Diff line number Diff line
@@ -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