aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index ba667b60f32d..8186ec5ea151 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -37,6 +37,8 @@ config IA64
37 select ARCH_INIT_TASK 37 select ARCH_INIT_TASK
38 select ARCH_TASK_STRUCT_ALLOCATOR 38 select ARCH_TASK_STRUCT_ALLOCATOR
39 select ARCH_THREAD_INFO_ALLOCATOR 39 select ARCH_THREAD_INFO_ALLOCATOR
40 select ARCH_CLOCKSOURCE_DATA
41 select GENERIC_TIME_VSYSCALL
40 default y 42 default y
41 help 43 help
42 The Itanium Processor Family is Intel's 64-bit successor to 44 The Itanium Processor Family is Intel's 64-bit successor to
@@ -92,10 +94,6 @@ config GENERIC_CALIBRATE_DELAY
92 bool 94 bool
93 default y 95 default y
94 96
95config GENERIC_TIME_VSYSCALL
96 bool
97 default y
98
99config HAVE_SETUP_PER_CPU_AREA 97config HAVE_SETUP_PER_CPU_AREA
100 def_bool y 98 def_bool y
101 99
@@ -110,9 +108,6 @@ config EFI
110 bool 108 bool
111 default y 109 default y
112 110
113config ARCH_CLOCKSOURCE_DATA
114 def_bool y
115
116config SCHED_OMIT_FRAME_POINTER 111config SCHED_OMIT_FRAME_POINTER
117 bool 112 bool
118 default y 113 default y