diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-06 17:24:47 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-10 10:18:28 +0200 |
commit | f2378ed90572aeeecded30fd3754575c2ff1e55f (patch) | |
tree | 6250220ed4321506ad11a7038ae51a77279453c9 /arch/m68k/Kconfig | |
parent | 54503b1da74afdb38c730ad6413dbe54ce119134 (diff) | |
download | linux-f2378ed90572aeeecded30fd3754575c2ff1e55f.tar.bz2 |
m68k: Remove duplicate FPU config option
It's also defined in arch/m68k/Kconfig.cpu
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer<gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 147120128260..bc8cc504dee1 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -62,9 +62,6 @@ config CPU_HAS_NO_MULDIV64 config CPU_HAS_ADDRESS_SPACES bool -config FPU - bool - config HZ int default 1000 if CLEOPATRA |