Skip to content

Commit

Permalink
[PATCH] pcmcia: no probing of ioports on PARISC
Browse files Browse the repository at this point in the history
Do not wildly probe the IO ports we're trying to use on PARISC.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
  • Loading branch information
Dominik Brodowski committed Jan 5, 2006
1 parent 002dbb2 commit 6423efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pcmcia/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6423efa

Please sign in to comment.