9365c1de5b
This commit adds support for Sinovoip's Banana Pi M1+. It is mostly based on bananapro_defconfig but with appropriate device tree and minor tweaks: - apply bananapi-m1-plus device tree in linux - apply bananapi_m1_plus defconfig for uboot - apply patch for OOB IRQs on new device tree - update device tree name in boot.cmd, genimage.cfg - update symlink for BRCM driver in rootfs_overlay - overall clean-up of the config Tested on BPI-M1+ V1_1. Signed-off-by: Filip Skoneczny <fskoneczny@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
# Networking support
|
|
CONFIG_WIRELESS=y
|
|
CONFIG_CFG80211=y
|
|
CONFIG_CFG80211_WEXT=y
|
|
CONFIG_RFKILL=y
|
|
|
|
# Network device support
|
|
CONFIG_WLAN=y
|
|
CONFIG_WLAN_VENDOR_BROADCOM=y
|
|
CONFIG_BRCMFMAC=m
|