diff options
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.29/974-ssb_b43_default_on.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.29/974-ssb_b43_default_on.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.29/974-ssb_b43_default_on.patch b/target/linux/generic-2.6/patches-2.6.29/974-ssb_b43_default_on.patch new file mode 100644 index 0000000..8a00df5 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.29/974-ssb_b43_default_on.patch @@ -0,0 +1,20 @@ +--- a/drivers/ssb/Kconfig ++++ b/drivers/ssb/Kconfig +@@ -27,7 +27,7 @@ config SSB_SPROM + + # Support for Block-I/O. SELECT this from the driver that needs it. + config SSB_BLOCKIO +- bool ++ bool "add SSB_BLOCKIO support" + depends on SSB + + config SSB_PCIHOST_POSSIBLE +@@ -49,7 +49,7 @@ config SSB_PCIHOST + config SSB_B43_PCI_BRIDGE + bool + depends on SSB_PCIHOST +- default n ++ default y + + config SSB_PCMCIAHOST_POSSIBLE + bool |