diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-02-19 16:05:29 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-02-19 16:05:29 +0100 |
commit | ecad5988b539364e608c93e74f2735d3fba672ea (patch) | |
tree | c6cd578fef4a32d4ec5a6acb3ce010fe07fbe0b0 /arch/arm | |
parent | dc468ff26ce8d3ee0c7fed13d2f4937a58bbb373 (diff) |
apalis_t30: enable b43 driver as module
Enable building b43 driver as a module to demo Broadcom AirForce
BCM4311 based mini-PCIe Wi-Fi 802.11a/b/g module.
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/apalis_t30_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/apalis_t30_defconfig b/arch/arm/configs/apalis_t30_defconfig index ae061bfed3b4..f8fa13143461 100644 --- a/arch/arm/configs/apalis_t30_defconfig +++ b/arch/arm/configs/apalis_t30_defconfig @@ -180,6 +180,7 @@ CONFIG_IGB=y # CONFIG_NETDEV_10000 is not set # Hack to force WIRELESS_EXT required to build Redpine Signals LiteFi driver CONFIG_USB_ZD1201=m +CONFIG_B43=m CONFIG_RT2X00=y CONFIG_RT2800USB=y CONFIG_USB_USBNET=y |