]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/opensimpad/disable-pcmcia-probe.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / opensimpad / disable-pcmcia-probe.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- linux-2.4.27/drivers/pcmcia/Config.in~disable-pcmcia-probe
7 +++ linux-2.4.27/drivers/pcmcia/Config.in
8 @@ -15,9 +15,6 @@
9  tristate 'PCMCIA/CardBus support' CONFIG_PCMCIA
10  if [ "$CONFIG_PCMCIA" != "n" ]; then
11     # yes, I really mean the following...
12 -   if [ "$CONFIG_ISA" = "y" -o "$CONFIG_ARCH_SA1100" = "y" ]; then
13 -      define_bool CONFIG_PCMCIA_PROBE y
14 -   fi
15     if [ "$CONFIG_PCI" != "n" ]; then
16        bool '  CardBus support' CONFIG_CARDBUS
17     fi