From 65495f16c3106aa21d8e363a350c49bee1e4a516 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Wed, 8 Apr 2020 22:27:57 +0300 Subject: staging: rtl8188eu: add default config Add default config file to build the rtl8188eu driver. This driver supports LM816 USB WiFi module. Related-to: ELB-2388 Signed-off-by: Oleksandr Suvorov --- defconfigs/rtl8188eu | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 defconfigs/rtl8188eu diff --git a/defconfigs/rtl8188eu b/defconfigs/rtl8188eu new file mode 100644 index 0000000..b481019 --- /dev/null +++ b/defconfigs/rtl8188eu @@ -0,0 +1,9 @@ +CPTCFG_CFG80211=m +CPTCFG_CFG80211_DEBUGFS=y +CPTCFG_CFG80211_WEXT=y +CPTCFG_MAC80211=m +# CPTCFG_MAC80211_RC_MINSTREL is not set +CPTCFG_MAC80211_DEBUGFS=y +# CPTCFG_USB_NET_DRIVERS is not set +CPTCFG_STAGING=y +CPTCFG_R8188EU=m -- cgit v1.2.3