diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2017-06-23 22:27:26 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-07-19 13:37:34 -0700 |
commit | 6235a80a5475d10ebef646c06cf7cf0f4aba688c (patch) | |
tree | f9060ceda20d557202d6430a5f938bd3293ca55d /arch/arm/configs/bcm2835_defconfig | |
parent | 01bd2f0f1196ad3a7e6fb2f66551140923452d96 (diff) | |
download | linux-stable-6235a80a5475d10ebef646c06cf7cf0f4aba688c.tar.gz linux-stable-6235a80a5475d10ebef646c06cf7cf0f4aba688c.tar.bz2 linux-stable-6235a80a5475d10ebef646c06cf7cf0f4aba688c.zip |
ARM: bcm2835_defconfig: Enable wifi driver for RPi Zero W
This enables the wifi driver for Raspberry Pi Zero W. We need
to build this as a module otherwise the drivers tries to load the
firmware before the root partition is mounted.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/configs/bcm2835_defconfig')
-rw-r--r-- | arch/arm/configs/bcm2835_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig index fe0603824650..43dab4890ad3 100644 --- a/arch/arm/configs/bcm2835_defconfig +++ b/arch/arm/configs/bcm2835_defconfig @@ -63,6 +63,7 @@ CONFIG_SCSI_SCAN_ASYNC=y CONFIG_NETDEVICES=y CONFIG_USB_USBNET=y CONFIG_USB_NET_SMSC95XX=y +CONFIG_BRCMFMAC=m CONFIG_ZD1211RW=y CONFIG_INPUT_EVDEV=y # CONFIG_LEGACY_PTYS is not set |