diff options
author | Anna-Maria Gleixner <anna-maria@glx-um.de> | 2012-05-18 12:45:52 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-21 05:01:44 -0400 |
commit | 43229d1e0976e42069cbc8cab99273183becd0ec (patch) | |
tree | 3560363e2d9d6b0ac32401602feaa263b9423fbd /arch/score/Kconfig | |
parent | a6527b92e40f48b29c31be911c3d62eec484cf70 (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/Kconfig | 4 |
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 | ||
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 |