aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/Kconfig
diff options
context:
space:
mode:
authorAnna-Maria Gleixner <anna-maria@glx-um.de>2012-05-18 12:45:52 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-05-21 05:01:44 -0400
commit43229d1e0976e42069cbc8cab99273183becd0ec (patch)
tree3560363e2d9d6b0ac32401602feaa263b9423fbd /arch/score/Kconfig
parenta6527b92e40f48b29c31be911c3d62eec484cf70 (diff)
score: Use generic time config
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de> Cc: Chen Liqin <liqin.chen@sunplusct.com> Link: http://lkml.kernel.org/r/20120518163106.727602709@glx-um.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/score/Kconfig')
-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