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 <isaac.hermida@digi.com>
This commit is contained in:
parent
3d307a567f
commit
6809d1f568
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue