aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile
diff options
context:
space:
mode:
authorAnna-Maria Gleixner <anna-maria@glx-um.de>2012-05-18 12:45:54 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-05-21 05:01:44 -0400
commit4ec008d630d9d96579b5911c140bb8de2aa68f0e (patch)
treef9b5b6a8a349aba2afbb628cdbfd03cd6242163a /arch/tile
parentded1cc5cfc3b4bc007fe3bb8fbfd9e66d8d667d7 (diff)
tile: Use generic time config
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de> Cc: Chris Metcalf <cmetcalf@tilera.com> Link: http://lkml.kernel.org/r/20120518163107.122560037@glx-um.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/tile')
-rw-r--r--arch/tile/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
index 96033e2d684..b56772cac5d 100644
--- a/arch/tile/Kconfig
+++ b/arch/tile/Kconfig
@@ -13,6 +13,7 @@ config TILE
13 select GENERIC_IRQ_SHOW 13 select GENERIC_IRQ_SHOW
14 select SYS_HYPERVISOR 14 select SYS_HYPERVISOR
15 select ARCH_HAVE_NMI_SAFE_CMPXCHG 15 select ARCH_HAVE_NMI_SAFE_CMPXCHG
16 select GENERIC_CLOCKEVENTS
16 17
17# FIXME: investigate whether we need/want these options. 18# FIXME: investigate whether we need/want these options.
18# select HAVE_IOREMAP_PROT 19# select HAVE_IOREMAP_PROT
@@ -46,9 +47,6 @@ config NEED_PER_CPU_PAGE_FIRST_CHUNK
46config SYS_SUPPORTS_HUGETLBFS 47config SYS_SUPPORTS_HUGETLBFS
47 def_bool y 48 def_bool y
48 49
49config GENERIC_CLOCKEVENTS
50 def_bool y
51
52# FIXME: tilegx can implement a more efficient rwsem. 50# FIXME: tilegx can implement a more efficient rwsem.
53config RWSEM_GENERIC_SPINLOCK 51config RWSEM_GENERIC_SPINLOCK
54 def_bool y 52 def_bool y