diff options
author | Michael Opdenacker <michael@free-electrons.com> | 2013-10-27 04:20:47 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-10-29 07:06:31 -0400 |
commit | 49649cad34c29dc26ed928191425e6677ca07918 (patch) | |
tree | b58a67f91e592b5015405124b99c917c4fe9b950 | |
parent | 6d7d5da7d75c6df676c8b72d32b02ff024438f0c (diff) |
ARM: 7869/1: remove unused XSCALE_PMU Kconfig param
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>
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index fc184bcd7848..df0c609272e5 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1092,11 +1092,6 @@ config IWMMXT | |||
1092 | Enable support for iWMMXt context switching at run time if | 1092 | Enable support for iWMMXt context switching at run time if |
1093 | running on a CPU that supports it. | 1093 | running on a CPU that supports it. |
1094 | 1094 | ||
1095 | config XSCALE_PMU | ||
1096 | bool | ||
1097 | depends on CPU_XSCALE | ||
1098 | default y | ||
1099 | |||
1100 | config MULTI_IRQ_HANDLER | 1095 | config MULTI_IRQ_HANDLER |
1101 | bool | 1096 | bool |
1102 | help | 1097 | help |