aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/Kconfig')
-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