diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2013-04-04 01:28:47 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2013-04-04 01:38:17 +0200 |
commit | f9227077fe2908f189e4da88bfa8bc1ac17e02a4 (patch) | |
tree | ace66774c8b02cffeeb974f8a50ea0a7f4993a0e /backport/defconfigs | |
parent | b7b470b7df1d946d9c6e655f3c6f1837bac5a949 (diff) |
build: add defconfig files
This enables users to more easily select the driver that
they need, and us to ship default configurations that we
prefer for that driver. Add iwlwifi as the first example.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Diffstat (limited to 'backport/defconfigs')
-rw-r--r-- | backport/defconfigs/iwlwifi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/backport/defconfigs/iwlwifi b/backport/defconfigs/iwlwifi new file mode 100644 index 00000000..6a5f4bae --- /dev/null +++ b/backport/defconfigs/iwlwifi @@ -0,0 +1,17 @@ +CPTCFG_CFG80211=m +CPTCFG_CFG80211_DEFAULT_PS=y +CPTCFG_CFG80211_DEBUGFS=y +CPTCFG_MAC80211=m +# CPTCFG_MAC80211_RC_PID is not set +# CPTCFG_MAC80211_RC_MINSTREL is not set +# CPTCFG_MAC80211_RC_DEFAULT_MINSTREL is not set +CPTCFG_MAC80211_DEBUGFS=y +CPTCFG_MAC80211_MESSAGE_TRACING=y +CPTCFG_WLAN=y +CPTCFG_IWLWIFI=m +CPTCFG_IWLDVM=m +CPTCFG_IWLMVM=m +CPTCFG_IWLWIFI_DEBUG=y +CPTCFG_IWLWIFI_DEBUGFS=y +CPTCFG_IWLWIFI_DEVICE_TRACING=y +CPTCFG_IWLWIFI_P2P=y |