projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d7d5da
)
ARM: 7869/1: remove unused XSCALE_PMU Kconfig param
author
Michael Opdenacker
<michael@free-electrons.com>
Sun, 27 Oct 2013 08:20:47 +0000
(09:20 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 29 Oct 2013 11:06:31 +0000
(11:06 +0000)
This removes the XSCALE_PMU Kconfig param, which is defined
but no longer used in makefiles and source files.
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index fc184bcd78487d8929dea20a718cfa897dc63f5b..df0c609272e56b82cdfa40a2b274d326d704a9bc 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-1092,11
+1092,6
@@
config IWMMXT
Enable support for iWMMXt context switching at run time if
running on a CPU that supports it.
-config XSCALE_PMU
- bool
- depends on CPU_XSCALE
- default y
-
config MULTI_IRQ_HANDLER
bool
help