diff options
| -rw-r--r-- | features/wlan/wlan_y.cfg | 10 | ||||
| -rw-r--r-- | features/wlan/wlan_y.scc | 5 |
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 | ||
| 2 | CONFIG_NET=y | ||
| 3 | CONFIG_NETDEVICES=y | ||
| 4 | CONFIG_WLAN=y | ||
| 5 | CONFIG_WIRELESS=y | ||
| 6 | |||
| 7 | # MAC80211 | ||
| 8 | CONFIG_MAC80211=m | ||
| 9 | CONFIG_CFG80211=m | ||
| 10 | 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 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable basic WLAN support" | ||
| 2 | |||
| 3 | define KFEATURE_COMPATIBILITY all | ||
| 4 | |||
| 5 | kconf hardware wlan_y.cfg | ||
