diff options
Diffstat (limited to 'arch/score/Kconfig')
-rw-r--r-- | arch/score/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig index 4b285779ac05..ba0f412920be 100644 --- a/arch/score/Kconfig +++ b/arch/score/Kconfig | |||
@@ -9,6 +9,7 @@ config SCORE | |||
9 | select HAVE_MEMBLOCK_NODE_MAP | 9 | select HAVE_MEMBLOCK_NODE_MAP |
10 | select ARCH_DISCARD_MEMBLOCK | 10 | select ARCH_DISCARD_MEMBLOCK |
11 | select GENERIC_CPU_DEVICES | 11 | select GENERIC_CPU_DEVICES |
12 | select GENERIC_CLOCKEVENTS | ||
12 | 13 | ||
13 | choice | 14 | choice |
14 | prompt "System type" | 15 | prompt "System type" |
@@ -51,9 +52,6 @@ config GENERIC_HWEIGHT | |||
51 | config GENERIC_CALIBRATE_DELAY | 52 | config GENERIC_CALIBRATE_DELAY |
52 | def_bool y | 53 | def_bool y |
53 | 54 | ||
54 | config GENERIC_CLOCKEVENTS | ||
55 | def_bool y | ||
56 | |||
57 | menu "Kernel type" | 55 | menu "Kernel type" |
58 | 56 | ||
59 | config 32BIT | 57 | config 32BIT |
@@ -68,7 +66,6 @@ config MEMORY_START | |||
68 | hex | 66 | hex |
69 | default 0xa0000000 | 67 | default 0xa0000000 |
70 | 68 | ||
71 | source "kernel/time/Kconfig" | ||
72 | source "kernel/Kconfig.hz" | 69 | source "kernel/Kconfig.hz" |
73 | source "kernel/Kconfig.preempt" | 70 | source "kernel/Kconfig.preempt" |
74 | 71 | ||