package: mtd: move bcm963xx_tag definition into source code
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.8 / 253-ssb_b43_default_on.patch
1 --- a/drivers/ssb/Kconfig
2 +++ b/drivers/ssb/Kconfig
3 @@ -29,6 +29,7 @@ config SSB_SPROM
4 config SSB_BLOCKIO
5 bool
6 depends on SSB
7 + default y
8
9 config SSB_PCIHOST_POSSIBLE
10 bool
11 @@ -49,7 +50,7 @@ config SSB_PCIHOST
12 config SSB_B43_PCI_BRIDGE
13 bool
14 depends on SSB_PCIHOST
15 - default n
16 + default y
17
18 config SSB_PCMCIAHOST_POSSIBLE
19 bool
20 --- a/drivers/bcma/Kconfig
21 +++ b/drivers/bcma/Kconfig
22 @@ -17,6 +17,7 @@ config BCMA
23 config BCMA_BLOCKIO
24 bool
25 depends on BCMA
26 + default y
27
28 config BCMA_HOST_PCI_POSSIBLE
29 bool