diff options
| author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-08-01 12:27:11 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-01 22:11:05 +0200 |
| commit | 02bb84cb600fbaa81a1a951206dfb6e167afc6f3 (patch) | |
| tree | 07bc4b98d03e570aeb8dbdaccfaaeb304b0619bd /configs | |
| parent | 2369a39ed38e5be12d59593935e4ab44859e094a (diff) | |
configs: imx6ulpico: Add Wifi support
imx6ulpico has a BCM4339 Wifi chip. Add Wifi support by default
to allow a better customer experience.
The dts patch has already been sent to the linux-arm-kernel list
and we can remove it once it reaches a mainline kernel (in
version 4.9 probably).
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/imx6ulpico_defconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/imx6ulpico_defconfig b/configs/imx6ulpico_defconfig index 23726365c..8406226f2 100644 --- a/configs/imx6ulpico_defconfig +++ b/configs/imx6ulpico_defconfig @@ -8,14 +8,30 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_7=y # system BR2_TARGET_GENERIC_GETTY_PORT="ttymxc5" +# rootfs overlay +BR2_ROOTFS_OVERLAY="board/technexion/imx6ulpico/rootfs_overlay" + +# patches +BR2_GLOBAL_PATCH_DIR="board/technexion/imx6ulpico/patches" + # kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.7" BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7" +BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/technexion/imx6ulpico/linux.fragment" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6ul-pico-hobbit" +# wifi firmware for brcm4339 +BR2_PACKAGE_LINUX_FIRMWARE=y +BR2_PACKAGE_LINUX_FIRMWARE_BRCM_BCM43XX=y + +# wireless packages +BR2_PACKAGE_WIRELESS_TOOLS=y +BR2_PACKAGE_WPA_SUPPLICANT=y +BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y + # bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="pico-imx6ul" |
