aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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