backports.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Tamás Szűcs" <tszucs@protonmail.ch>
To: hauke@hauke-m.de, mcgrof@kernel.org
Cc: backports@vger.kernel.org, "Tamás Szűcs" <tszucs@protonmail.ch>
Subject: [PATCH] backports: add defconfigs for Marvell wifi drivers
Date: Sun, 24 Feb 2019 16:27:20 +0100	[thread overview]
Message-ID: <20190224152720.3592-1-tszucs@protonmail.ch> (raw)

Enable users to be able to conveniently select the Marvell wifi drivers that
they need.

Signed-off-by: Tamás Szűcs <tszucs@protonmail.ch>
---
 backport/defconfigs/libertas    | 10 ++++++++++
 backport/defconfigs/libertas_tf |  9 +++++++++
 backport/defconfigs/mwifiex     |  8 ++++++++
 backport/defconfigs/mwl8k       |  7 +++++++
 4 files changed, 34 insertions(+)
 create mode 100644 backport/defconfigs/libertas
 create mode 100644 backport/defconfigs/libertas_tf
 create mode 100644 backport/defconfigs/mwifiex
 create mode 100644 backport/defconfigs/mwl8k

diff --git a/backport/defconfigs/libertas b/backport/defconfigs/libertas
new file mode 100644
index 00000000..1cbb97d5
--- /dev/null
+++ b/backport/defconfigs/libertas
@@ -0,0 +1,10 @@
+CPTCFG_CFG80211=m
+CPTCFG_CFG80211_WEXT=y
+CPTCFG_WLAN=y
+CPTCFG_WLAN_VENDOR_MARVELL=y
+CPTCFG_LIBERTAS=m
+CPTCFG_LIBERTAS_USB=m
+CPTCFG_LIBERTAS_CS=m
+CPTCFG_LIBERTAS_SDIO=m
+CPTCFG_LIBERTAS_SPI=m
+CPTCFG_LIBERTAS_MESH=y
diff --git a/backport/defconfigs/libertas_tf b/backport/defconfigs/libertas_tf
new file mode 100644
index 00000000..dc931666
--- /dev/null
+++ b/backport/defconfigs/libertas_tf
@@ -0,0 +1,9 @@
+CPTCFG_CFG80211=m
+CPTCFG_CFG80211_WEXT=y
+CPTCFG_MAC80211=m
+CPTCFG_MAC80211_MESH=y
+CPTCFG_MAC80211_LEDS=y
+CPTCFG_WLAN=y
+CPTCFG_WLAN_VENDOR_MARVELL=y
+CPTCFG_LIBERTAS_THINFIRM=m
+CPTCFG_LIBERTAS_THINFIRM_USB=m
diff --git a/backport/defconfigs/mwifiex b/backport/defconfigs/mwifiex
new file mode 100644
index 00000000..25c1113e
--- /dev/null
+++ b/backport/defconfigs/mwifiex
@@ -0,0 +1,8 @@
+CPTCFG_CFG80211=m
+CPTCFG_CFG80211_WEXT=y
+CPTCFG_WLAN=y
+CPTCFG_WLAN_VENDOR_MARVELL=y
+CPTCFG_MWIFIEX=m
+CPTCFG_MWIFIEX_SDIO=m
+CPTCFG_MWIFIEX_PCIE=m
+CPTCFG_MWIFIEX_USB=m
diff --git a/backport/defconfigs/mwl8k b/backport/defconfigs/mwl8k
new file mode 100644
index 00000000..5f25b07c
--- /dev/null
+++ b/backport/defconfigs/mwl8k
@@ -0,0 +1,7 @@
+CPTCFG_CFG80211=m
+CPTCFG_CFG80211_WEXT=y
+CPTCFG_MAC80211=m
+CPTCFG_MAC80211_LEDS=y
+CPTCFG_WLAN=y
+CPTCFG_WLAN_VENDOR_MARVELL=y
+CPTCFG_MWL8K=m
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe backports" in

                 reply	other threads:[~2019-02-24 16:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190224152720.3592-1-tszucs@protonmail.ch \
    --to=tszucs@protonmail.ch \
    --cc=backports@vger.kernel.org \
    --cc=hauke@hauke-m.de \
    --cc=mcgrof@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).