From 1d1f0387d788bd31050b7b1476c8c26b7f0af5c6 Mon Sep 17 00:00:00 2001 From: Gabriel Ionescu Date: Wed, 17 Apr 2019 17:03:37 +0200 Subject: Add basic WLAN support in the kernel Change-Id: I0da27ee43fa91d8ce987b63efd9c4e6494c68973 Signed-off-by: Gabriel Ionescu --- features/wlan/wlan_y.cfg | 10 ++++++++++ features/wlan/wlan_y.scc | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 features/wlan/wlan_y.cfg create mode 100644 features/wlan/wlan_y.scc diff --git a/features/wlan/wlan_y.cfg b/features/wlan/wlan_y.cfg new file mode 100644 index 0000000..6f41b81 --- /dev/null +++ b/features/wlan/wlan_y.cfg @@ -0,0 +1,10 @@ +# Wi-Fi common +CONFIG_NET=y +CONFIG_NETDEVICES=y +CONFIG_WLAN=y +CONFIG_WIRELESS=y + +# MAC80211 +CONFIG_MAC80211=m +CONFIG_CFG80211=m +CONFIG_NL80211_TESTMODE=y diff --git a/features/wlan/wlan_y.scc b/features/wlan/wlan_y.scc new file mode 100644 index 0000000..2c53435 --- /dev/null +++ b/features/wlan/wlan_y.scc @@ -0,0 +1,5 @@ +define KFEATURE_DESCRIPTION "Enable basic WLAN support" + +define KFEATURE_COMPATIBILITY all + +kconf hardware wlan_y.cfg -- cgit v1.2.3-54-g00ecf