From: Johannes Berg Date: Wed, 9 Apr 2014 11:56:12 +0000 (+0200) Subject: backports: add hwsim defconfig X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e6008f7fea8cd5d3f192a0a35c7bdb0bda9b1a89;p=openwrt%2Fstaging%2Fblogic.git backports: add hwsim defconfig This can be useful for pure testing scenarios. Signed-off-by: Johannes Berg Signed-off-by: Luis R. Rodriguez --- diff --git a/backport/defconfigs/hwsim b/backport/defconfigs/hwsim new file mode 100644 index 000000000000..9d8006eaf4aa --- /dev/null +++ b/backport/defconfigs/hwsim @@ -0,0 +1,12 @@ +CPTCFG_CFG80211=m +CPTCFG_CFG80211_DEFAULT_PS=y +CPTCFG_CFG80211_DEBUGFS=y +CPTCFG_CFG80211_WEXT=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_MAC80211_HWSIM=m