diff options
author | Anna-Maria Gleixner <anna-maria@glx-um.de> | 2012-05-18 12:45:47 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-21 05:01:42 -0400 |
commit | 24a6f35e192ed54205024742eb8a4a2f99c1da9d (patch) | |
tree | 15e0bc0386680d6a961a8a881919c19dec50b7ec /arch/hexagon/Kconfig | |
parent | 5227b636eca4226287e43fc1de1e09a694bcaa34 (diff) |
hexagon: Use generic time config
config GENERIC_TIME not longer used.
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de>
Cc: Richard Kuo <rkuo@codeaurora.org>
Link: http://lkml.kernel.org/r/20120518163105.416570309@glx-um.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/hexagon/Kconfig')
-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 |