aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-05-16 20:50:20 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2012-05-17 19:01:46 -0400
commit281f4d9ce7326b48e4d770ef689b97edb69e97da (patch)
tree21953e476647d955a9f65e68aaaa5814f8958575
parenta5e371f61ad33c07b28e7c9b60c78d71fdd34e2a (diff)
arm: remove ability to select CONFIG_MCA
It isn't clear to me why this ever existed, as I've never heard of an ARM board with an MCA bus. Regardless, the MCA bus support is going away, so remove the ability to select it from ARM. Cc: Russell King <linux@arm.linux.org.uk> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--arch/arm/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 36586dba6fa6..695cc39f3138 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -101,14 +101,6 @@ config EISA
101config SBUS 101config SBUS
102 bool 102 bool
103 103
104config MCA
105 bool
106 help
107 MicroChannel Architecture is found in some IBM PS/2 machines and
108 laptops. It is a bus system similar to PCI or ISA. See
109 <file:Documentation/mca.txt> (and especially the web page given
110 there) before attempting to build an MCA bus kernel.
111
112config STACKTRACE_SUPPORT 104config STACKTRACE_SUPPORT
113 bool 105 bool
114 default y 106 default y