aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/ia64/Kconfig9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index bd7266903bf8..9f9d57bf8a2f 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -33,6 +33,8 @@ config IA64
33 select ARCH_WANT_OPTIONAL_GPIOLIB 33 select ARCH_WANT_OPTIONAL_GPIOLIB
34 select ARCH_HAVE_NMI_SAFE_CMPXCHG 34 select ARCH_HAVE_NMI_SAFE_CMPXCHG
35 select GENERIC_IOMAP 35 select GENERIC_IOMAP
36 select ARCH_CLOCKSOURCE_DATA
37 select GENERIC_TIME_VSYSCALL
36 default y 38 default y
37 help 39 help
38 The Itanium Processor Family is Intel's 64-bit successor to 40 The Itanium Processor Family is Intel's 64-bit successor to
@@ -88,10 +90,6 @@ config GENERIC_CALIBRATE_DELAY
88 bool 90 bool
89 default y 91 default y
90 92
91config GENERIC_TIME_VSYSCALL
92 bool
93 default y
94
95config HAVE_SETUP_PER_CPU_AREA 93config HAVE_SETUP_PER_CPU_AREA
96 def_bool y 94 def_bool y
97 95
@@ -106,9 +104,6 @@ config EFI
106 bool 104 bool
107 default y 105 default y
108 106
109config ARCH_CLOCKSOURCE_DATA
110 def_bool y
111
112config SCHED_OMIT_FRAME_POINTER 107config SCHED_OMIT_FRAME_POINTER
113 bool 108 bool
114 default y 109 default y