diff options
author | Anna-Maria Gleixner <anna-maria@glx-um.de> | 2012-05-18 16:45:52 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-21 11:01:44 +0200 |
commit | 43229d1e0976e42069cbc8cab99273183becd0ec (patch) | |
tree | 3560363e2d9d6b0ac32401602feaa263b9423fbd /arch/score | |
parent | a6527b92e40f48b29c31be911c3d62eec484cf70 (diff) | |
download | op-kernel-dev-43229d1e0976e42069cbc8cab99273183becd0ec.zip op-kernel-dev-43229d1e0976e42069cbc8cab99273183becd0ec.tar.gz |
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')
-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 4b28577..f5d3b32 100644 --- a/arch/score/Kconfig +++ b/arch/score/Kconfig @@ -9,6 +9,7 @@ config SCORE select HAVE_MEMBLOCK_NODE_MAP select ARCH_DISCARD_MEMBLOCK select GENERIC_CPU_DEVICES + select GENERIC_CLOCKEVENTS choice prompt "System type" @@ -51,9 +52,6 @@ config GENERIC_HWEIGHT config GENERIC_CALIBRATE_DELAY def_bool y -config GENERIC_CLOCKEVENTS - def_bool y - menu "Kernel type" config 32BIT |