From 6809d1f5682edc3c779aeacc30e00e243dbd6023 Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Mon, 20 Jun 2016 13:11:00 +0200 Subject: [PATCH] ccimx6ul: defconfig: compile 80211 modules as built in We compile those modules as built in to avoid a mismatch between the current kernel version and the wlan.ko module. https://jira.digi.com/browse/DEL-2653 Signed-off-by: Isaac Hermida --- .../recipes-kernel/linux/linux-dey-4.1/ccimx6ul/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-kernel/linux/linux-dey-4.1/ccimx6ul/defconfig b/meta-digi-arm/recipes-kernel/linux/linux-dey-4.1/ccimx6ul/defconfig index 9796e3675..d53291f35 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-dey-4.1/ccimx6ul/defconfig +++ b/meta-digi-arm/recipes-kernel/linux/linux-dey-4.1/ccimx6ul/defconfig @@ -69,12 +69,12 @@ CONFIG_BT_BNEP_PROTO_FILTER=y CONFIG_BT_HIDP=y CONFIG_BT_HCIUART=y CONFIG_BT_HCIUART_IBS=y -CONFIG_CFG80211=m +CONFIG_CFG80211=y CONFIG_CFG80211_CERTIFICATION_ONUS=y CONFIG_CFG80211_DEBUGFS=y CONFIG_CFG80211_INTERNAL_REGDB=y CONFIG_CFG80211_WEXT=y -CONFIG_MAC80211=m +CONFIG_MAC80211=y CONFIG_MAC80211_DEBUGFS=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y