diff options
author | Scott Wood <scottwood@freescale.com> | 2014-06-20 20:42:59 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-06-25 19:49:39 -0400 |
commit | 39eb56da2b53bec6720181ed6dc29390a1d91f25 (patch) | |
tree | b2d5c15554941b967efe08f53e0250518f717ec3 /drivers/pcmcia/Kconfig | |
parent | 2759a7f13da3470919fe9e95f77ed565fe9d1975 (diff) |
pcmcia: Remove m8xx_pcmcia driver
This driver doesn't build, and apparently has not built since
arch/ppc was removed in 2008 (when mk_int_int_mask was removed
from asm/irq.h, among other build errors).
A few weeks ago I asked whether anyone was actively maintaining
this code, and got no positive response:
http://patchwork.ozlabs.org/patch/352082/
So, let's remove it.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Cc: Vitaly Bordug <vitb@kernel.crashing.org>
Cc: linux-pcmcia@lists.infradead.org
Cc: Paul Bolle <pebolle@tiscali.nl>
Diffstat (limited to 'drivers/pcmcia/Kconfig')
-rw-r--r-- | drivers/pcmcia/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index 0c657d6af03d..087d7d7eda76 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -144,16 +144,6 @@ config TCIC | |||
144 | "Bridge" is the name used for the hardware inside your computer that | 144 | "Bridge" is the name used for the hardware inside your computer that |
145 | PCMCIA cards are plugged into. If unsure, say N. | 145 | PCMCIA cards are plugged into. If unsure, say N. |
146 | 146 | ||
147 | config PCMCIA_M8XX | ||
148 | tristate "MPC8xx PCMCIA support" | ||
149 | depends on PCCARD && PPC && 8xx | ||
150 | select PCCARD_IODYN if PCMCIA != n | ||
151 | help | ||
152 | Say Y here to include support for PowerPC 8xx series PCMCIA | ||
153 | controller. | ||
154 | |||
155 | This driver is also available as a module called m8xx_pcmcia. | ||
156 | |||
157 | config PCMCIA_ALCHEMY_DEVBOARD | 147 | config PCMCIA_ALCHEMY_DEVBOARD |
158 | tristate "Alchemy Db/Pb1xxx PCMCIA socket services" | 148 | tristate "Alchemy Db/Pb1xxx PCMCIA socket services" |
159 | depends on MIPS_ALCHEMY && PCMCIA | 149 | depends on MIPS_ALCHEMY && PCMCIA |