aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/Kconfig
diff options
context:
space:
mode:
authorMark Salter <msalter@redhat.com>2012-08-15 12:12:16 -0400
committerMark Salter <msalter@redhat.com>2012-08-15 12:27:00 -0400
commit01ddd9a809b9a95df097ff1b5565f806e681a606 (patch)
treed09c25c2f2313ed3051798234ca1167059219601 /arch/c6x/Kconfig
parent6330c790dae1229bb33571c48984ca42a8a4c250 (diff)
C6X: select GENERIC_ATOMIC64
The generic atomic64 support came in 2009 to support the perf subsystem with the expectation that all architectures would implement atomic64 support. Since then, other optional parts of the generic kernel have also come to expect atomic64 support. This patch enables generic atomic64 support for C6X architecture. Signed-off-by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'arch/c6x/Kconfig')
-rw-r--r--arch/c6x/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig
index 052f81a76239..983c859e40b7 100644
--- a/arch/c6x/Kconfig
+++ b/arch/c6x/Kconfig
@@ -6,6 +6,7 @@
6config C6X 6config C6X
7 def_bool y 7 def_bool y
8 select CLKDEV_LOOKUP 8 select CLKDEV_LOOKUP
9 select GENERIC_ATOMIC64
9 select GENERIC_IRQ_SHOW 10 select GENERIC_IRQ_SHOW
10 select HAVE_ARCH_TRACEHOOK 11 select HAVE_ARCH_TRACEHOOK
11 select HAVE_DMA_API_DEBUG 12 select HAVE_DMA_API_DEBUG