diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 0a947bd9c076..00b9874e2240 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -27,15 +27,6 @@ config MMU | |||
27 | bool | 27 | bool |
28 | default y | 28 | default y |
29 | 29 | ||
30 | config GENERIC_CMOS_UPDATE | ||
31 | def_bool y | ||
32 | |||
33 | config GENERIC_TIME_VSYSCALL | ||
34 | def_bool y | ||
35 | |||
36 | config GENERIC_CLOCKEVENTS | ||
37 | def_bool y | ||
38 | |||
39 | config HAVE_SETUP_PER_CPU_AREA | 30 | config HAVE_SETUP_PER_CPU_AREA |
40 | def_bool PPC64 | 31 | def_bool PPC64 |
41 | 32 | ||
@@ -141,6 +132,9 @@ config PPC | |||
141 | select HAVE_ARCH_JUMP_LABEL | 132 | select HAVE_ARCH_JUMP_LABEL |
142 | select ARCH_HAVE_NMI_SAFE_CMPXCHG | 133 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
143 | select GENERIC_SMP_IDLE_THREAD | 134 | select GENERIC_SMP_IDLE_THREAD |
135 | select GENERIC_CMOS_UPDATE | ||
136 | select GENERIC_TIME_VSYSCALL | ||
137 | select GENERIC_CLOCKEVENTS | ||
144 | 138 | ||
145 | config EARLY_PRINTK | 139 | config EARLY_PRINTK |
146 | bool | 140 | bool |
@@ -281,7 +275,6 @@ config HIGHMEM | |||
281 | bool "High memory support" | 275 | bool "High memory support" |
282 | depends on PPC32 | 276 | depends on PPC32 |
283 | 277 | ||
284 | source kernel/time/Kconfig | ||
285 | source kernel/Kconfig.hz | 278 | source kernel/Kconfig.hz |
286 | source kernel/Kconfig.preempt | 279 | source kernel/Kconfig.preempt |
287 | source "fs/Kconfig.binfmt" | 280 | source "fs/Kconfig.binfmt" |