Commit 6423efaa authored by Dominik Brodowski's avatar Dominik Brodowski

[PATCH] pcmcia: no probing of ioports on PARISC

Do not wildly probe the IO ports we're trying to use on PARISC.
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent 002dbb2d
......@@ -225,7 +225,7 @@ config PCMCIA_PXA2XX
config PCMCIA_PROBE
bool
default y if ISA && !ARCH_SA1100 && !ARCH_CLPS711X
default y if ISA && !ARCH_SA1100 && !ARCH_CLPS711X && !PARISC
config M32R_PCC
bool "M32R PCMCIA I/F"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment