aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/score/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig
index 4b285779ac05..f5d3b3237419 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
13choice 14choice
14 prompt "System type" 15 prompt "System type"
@@ -51,9 +52,6 @@ config GENERIC_HWEIGHT
51config GENERIC_CALIBRATE_DELAY 52config GENERIC_CALIBRATE_DELAY
52 def_bool y 53 def_bool y
53 54
54config GENERIC_CLOCKEVENTS
55 def_bool y
56
57menu "Kernel type" 55menu "Kernel type"
58 56
59config 32BIT 57config 32BIT