aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/hexagon/Kconfig15
1 files changed, 3 insertions, 12 deletions
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig
index 9059e3905887..7727ed9d2bf3 100644
--- a/arch/hexagon/Kconfig
+++ b/arch/hexagon/Kconfig
@@ -28,6 +28,9 @@ config HEXAGON
28 select NO_IOPORT 28 select NO_IOPORT
29 select GENERIC_IOMAP 29 select GENERIC_IOMAP
30 # mostly generic routines, with some accelerated ones 30 # mostly generic routines, with some accelerated ones
31 select KTIME_SCALAR
32 select GENERIC_CLOCKEVENTS
33 select GENERIC_CLOCKEVENTS_BROADCAST
31 ---help--- 34 ---help---
32 Qualcomm Hexagon is a processor architecture designed for high 35 Qualcomm Hexagon is a processor architecture designed for high
33 performance and low power across a wide variety of applications. 36 performance and low power across a wide variety of applications.
@@ -56,9 +59,6 @@ config PCI
56config EARLY_PRINTK 59config EARLY_PRINTK
57 def_bool y 60 def_bool y
58 61
59config KTIME_SCALAR
60 def_bool y
61
62config MMU 62config MMU
63 def_bool y 63 def_bool y
64 64
@@ -98,15 +98,6 @@ config GENERIC_FIND_NEXT_BIT
98config GENERIC_HWEIGHT 98config GENERIC_HWEIGHT
99 def_bool y 99 def_bool y
100 100
101config GENERIC_TIME
102 def_bool y
103
104config GENERIC_CLOCKEVENTS
105 def_bool y
106
107config GENERIC_CLOCKEVENTS_BROADCAST
108 def_bool y
109
110config STACKTRACE_SUPPORT 101config STACKTRACE_SUPPORT
111 def_bool y 102 def_bool y
112 select STACKTRACE 103 select STACKTRACE