summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-07-13 22:48:43 -0400
committerShea Levy <shea@shealevy.com>2012-07-13 22:48:43 -0400
commit685acc6ef88767cd63a110ade63437ba8177de06 (patch)
tree338780b8003680b27da650e9ecc24e362b666e3e /pkgs/os-specific
parent1a1ee54241446197964218d8509d688b11c977e8 (diff)
downloadnixlib-685acc6ef88767cd63a110ade63437ba8177de06.tar
nixlib-685acc6ef88767cd63a110ade63437ba8177de06.tar.gz
nixlib-685acc6ef88767cd63a110ade63437ba8177de06.tar.bz2
nixlib-685acc6ef88767cd63a110ade63437ba8177de06.tar.lz
nixlib-685acc6ef88767cd63a110ade63437ba8177de06.tar.xz
nixlib-685acc6ef88767cd63a110ade63437ba8177de06.tar.zst
nixlib-685acc6ef88767cd63a110ade63437ba8177de06.zip
Linux 3.4: Enable options to make b43 work with bcm4331
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.4.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.4.nix b/pkgs/os-specific/linux/kernel/linux-3.4.nix
index b643de8bff65..e9186e151640 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.4.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.4.nix
@@ -76,6 +76,8 @@ let
       HOSTAP_FIRMWARE_NVRAM y
       ATH9K_PCI y # Detect Atheros AR9xxx cards on PCI(e) bus
       ATH9K_AHB y # Ditto, AHB bus
+      B43_PHY_HT y
+      BCMA_HOST_PCI y
 
       # Some settings to make sure that fbcondecor works - in particular,
       # disable tileblitting and the drivers that need it.