Commit 022613e0b0753f1261454dea9b07c2e959363af7

Authored by Geert Uytterhoeven
1 parent f2378ed905

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>

Showing 2 changed files with 9 additions and 9 deletions Side-by-side Diff

... ... @@ -53,15 +53,6 @@
53 53 bool
54 54 default y
55 55  
56   -config CPU_HAS_NO_BITFIELDS
57   - bool
58   -
59   -config CPU_HAS_NO_MULDIV64
60   - bool
61   -
62   -config CPU_HAS_ADDRESS_SPACES
63   - bool
64   -
65 56 config HZ
66 57 int
67 58 default 1000 if CLEOPATRA
arch/m68k/Kconfig.cpu
... ... @@ -360,6 +360,15 @@
360 360 default "3"
361 361 depends on !SINGLE_MEMORY_CHUNK
362 362  
  363 +config CPU_HAS_NO_BITFIELDS
  364 + bool
  365 +
  366 +config CPU_HAS_NO_MULDIV64
  367 + bool
  368 +
  369 +config CPU_HAS_ADDRESS_SPACES
  370 + bool
  371 +
363 372 config FPU
364 373 bool
365 374