ARM: bcm2835_defconfig: Enable wifi driver for RPi Zero W
authorStefan Wahren <stefan.wahren@i2se.com>
Fri, 23 Jun 2017 20:27:26 +0000 (22:27 +0200)
committerEric Anholt <eric@anholt.net>
Wed, 19 Jul 2017 20:37:34 +0000 (13:37 -0700)
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>
arch/arm/configs/bcm2835_defconfig

index fe06038246507c67a960cba00f9041beb7a4eff2..43dab4890ad37cabb06422a69dadc992bedfefec 100644 (file)
@@ -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