]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/openzaurus-sa-2.4.18-rmk7-pxa3-embedix20030509/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 / openzaurus-sa-2.4.18-rmk7-pxa3-embedix20030509 / disable-pcmcia-probe.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- linux/drivers/pcmcia/Config.in~disable-pcmcia-probe 2003-05-13 11:18:23.000000000 +0200
7 +++ linux/drivers/pcmcia/Config.in      2004-05-27 13:59:50.000000000 +0200
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