aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/c6x/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig
index 1c3ccd416d50..30c04c658b9e 100644
--- a/arch/c6x/Kconfig
+++ b/arch/c6x/Kconfig
@@ -15,6 +15,7 @@ config TMS320C6X
15 select IRQ_DOMAIN 15 select IRQ_DOMAIN
16 select OF 16 select OF
17 select OF_EARLY_FLATTREE 17 select OF_EARLY_FLATTREE
18 select GENERIC_CLOCKEVENTS
18 19
19config MMU 20config MMU
20 def_bool n 21 def_bool n
@@ -43,12 +44,6 @@ config GENERIC_CALIBRATE_DELAY
43config GENERIC_HWEIGHT 44config GENERIC_HWEIGHT
44 def_bool y 45 def_bool y
45 46
46config GENERIC_CLOCKEVENTS
47 def_bool y
48
49config GENERIC_CLOCKEVENTS_BROADCAST
50 bool
51
52config GENERIC_BUG 47config GENERIC_BUG
53 def_bool y 48 def_bool y
54 49