Skip to content

Commit 281f4d9

Browse files
author
Paul Gortmaker
committed
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>
1 parent a5e371f commit 281f4d9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

arch/arm/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@ config EISA
101101
config SBUS
102102
bool
103103

104-
config 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-
112104
config STACKTRACE_SUPPORT
113105
bool
114106
default y

0 commit comments

Comments
 (0)