summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2019-04-17 17:03:37 +0200
committerGabriel Ionescu <gabriel.ionescu@enea.com>2019-04-17 17:03:37 +0200
commit1d1f0387d788bd31050b7b1476c8c26b7f0af5c6 (patch)
treed879174414d29f6337f73bb3fe2882932cdd6cc3
parent1d5e4b2cd250a71a1a8c922c8e3770eb280c805c (diff)
downloadenea-kernel-cache-1d1f0387d788bd31050b7b1476c8c26b7f0af5c6.tar.gz
Add basic WLAN support in the kernel
Change-Id: I0da27ee43fa91d8ce987b63efd9c4e6494c68973 Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
-rw-r--r--features/wlan/wlan_y.cfg10
-rw-r--r--features/wlan/wlan_y.scc5
2 files changed, 15 insertions, 0 deletions
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 @@
1# Wi-Fi common
2CONFIG_NET=y
3CONFIG_NETDEVICES=y
4CONFIG_WLAN=y
5CONFIG_WIRELESS=y
6
7# MAC80211
8CONFIG_MAC80211=m
9CONFIG_CFG80211=m
10CONFIG_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 @@
1define KFEATURE_DESCRIPTION "Enable basic WLAN support"
2
3define KFEATURE_COMPATIBILITY all
4
5kconf hardware wlan_y.cfg