diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-05-23 10:44:30 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-05-26 19:51:06 +0200 |
commit | b417b717093085e45867770b29b9a97692cf132a (patch) | |
tree | 4231357c2929e19eb43e7b4677f5f350f46a2b70 /arch/m68k/Kconfig | |
parent | 63a6440326e4cd01d6a663069208a0e68e9b833f (diff) | |
download | linux-b417b717093085e45867770b29b9a97692cf132a.tar.bz2 |
m68k: Enable atomic64_t
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index b5da298ba61d..2e3737b92ffc 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -7,6 +7,7 @@ config M68K default y select HAVE_AOUT select HAVE_IDE + select GENERIC_ATOMIC64 config MMU bool |