diff options
-rw-r--r-- | arch/hexagon/Kconfig | 15 |
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 | |||
56 | config EARLY_PRINTK | 59 | config EARLY_PRINTK |
57 | def_bool y | 60 | def_bool y |
58 | 61 | ||
59 | config KTIME_SCALAR | ||
60 | def_bool y | ||
61 | |||
62 | config MMU | 62 | config MMU |
63 | def_bool y | 63 | def_bool y |
64 | 64 | ||
@@ -98,15 +98,6 @@ config GENERIC_FIND_NEXT_BIT | |||
98 | config GENERIC_HWEIGHT | 98 | config GENERIC_HWEIGHT |
99 | def_bool y | 99 | def_bool y |
100 | 100 | ||
101 | config GENERIC_TIME | ||
102 | def_bool y | ||
103 | |||
104 | config GENERIC_CLOCKEVENTS | ||
105 | def_bool y | ||
106 | |||
107 | config GENERIC_CLOCKEVENTS_BROADCAST | ||
108 | def_bool y | ||
109 | |||
110 | config STACKTRACE_SUPPORT | 101 | config STACKTRACE_SUPPORT |
111 | def_bool y | 102 | def_bool y |
112 | select STACKTRACE | 103 | select STACKTRACE |