diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-06 17:26:35 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-10 10:18:29 +0200 |
commit | 022613e0b0753f1261454dea9b07c2e959363af7 (patch) | |
tree | 7fca78a18f0f63b5419844080bb54e84d01333ef /arch/m68k/Kconfig.cpu | |
parent | f2378ed90572aeeecded30fd3754575c2ff1e55f (diff) | |
download | blackbird-obmc-linux-022613e0b0753f1261454dea9b07c2e959363af7.tar.gz blackbird-obmc-linux-022613e0b0753f1261454dea9b07c2e959363af7.zip |
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/Kconfig.cpu')
-rw-r--r-- | arch/m68k/Kconfig.cpu | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu index 2b53254ad994..6cd8c1a32893 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 |