aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/Kconfig
diff options
context:
space:
mode:
authorAnna-Maria Gleixner <anna-maria@glx-um.de>2012-05-18 12:45:50 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-05-21 05:01:43 -0400
commitea5332098e68e2380429ce8025996fad61ca28a6 (patch)
tree45bd109484b79b92fa620df210ad25724e1617be /arch/mn10300/Kconfig
parentcde1794b069f44ca02f3f4f50a903e9361132244 (diff)
mn10300: Use generic time config
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de> Cc: David Howells <dhowells@redhat.com> Link: http://lkml.kernel.org/r/20120518163106.201635926@glx-um.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/mn10300/Kconfig')
-rw-r--r--arch/mn10300/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig
index 3aa3de017159..7f78057af2f5 100644
--- a/arch/mn10300/Kconfig
+++ b/arch/mn10300/Kconfig
@@ -6,6 +6,7 @@ config MN10300
6 select HAVE_ARCH_TRACEHOOK 6 select HAVE_ARCH_TRACEHOOK
7 select HAVE_ARCH_KGDB 7 select HAVE_ARCH_KGDB
8 select HAVE_NMI_WATCHDOG if MN10300_WD_TIMER 8 select HAVE_NMI_WATCHDOG if MN10300_WD_TIMER
9 select GENERIC_CLOCKEVENTS
9 10
10config AM33_2 11config AM33_2
11 def_bool n 12 def_bool n
@@ -42,15 +43,9 @@ config RWSEM_XCHGADD_ALGORITHM
42config GENERIC_CALIBRATE_DELAY 43config GENERIC_CALIBRATE_DELAY
43 def_bool y 44 def_bool y
44 45
45config GENERIC_CMOS_UPDATE
46 def_bool n
47
48config GENERIC_HWEIGHT 46config GENERIC_HWEIGHT
49 def_bool y 47 def_bool y
50 48
51config GENERIC_CLOCKEVENTS
52 def_bool y
53
54config GENERIC_BUG 49config GENERIC_BUG
55 def_bool y 50 def_bool y
56 51