diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-16 21:43:13 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-16 21:43:13 -0400 |
commit | f01789c68882d846946cf9b972cf090b283d1f73 (patch) | |
tree | e54f1903e9f67fa8e7681e54c1dbec8a8ab5cf9b /arch/sh/Kconfig | |
parent | 300df7dc89cc276377fc020704e34875d5c473b6 (diff) |
sh: Use generic atomic64_t implementation.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 586cd045e2db..a6f9eaa6e0bb 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -16,6 +16,7 @@ config SUPERH | |||
16 | select HAVE_ARCH_TRACEHOOK | 16 | select HAVE_ARCH_TRACEHOOK |
17 | select HAVE_DMA_API_DEBUG | 17 | select HAVE_DMA_API_DEBUG |
18 | select RTC_LIB | 18 | select RTC_LIB |
19 | select GENERIC_ATOMIC64 | ||
19 | help | 20 | help |
20 | The SuperH is a RISC processor targeted for use in embedded systems | 21 | The SuperH is a RISC processor targeted for use in embedded systems |
21 | and consumer electronics; it was also used in the Sega Dreamcast | 22 | and consumer electronics; it was also used in the Sega Dreamcast |