[ssb] Add support for pcmcia to ssb.
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.27 / 974-ssb_b43_default_on.patch
1 --- a/drivers/ssb/Kconfig
2 +++ b/drivers/ssb/Kconfig
3 @@ -26,7 +26,7 @@ config SSB_SPROM
4
5 # Support for Block-I/O. SELECT this from the driver that needs it.
6 config SSB_BLOCKIO
7 - bool
8 + bool "add SSB_BLOCKIO support"
9 depends on SSB
10
11 config SSB_PCIHOST_POSSIBLE
12 @@ -48,7 +48,7 @@ config SSB_PCIHOST
13 config SSB_B43_PCI_BRIDGE
14 bool
15 depends on SSB_PCIHOST
16 - default n
17 + default y
18
19 config SSB_PCMCIAHOST_POSSIBLE
20 bool