linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cfg80211: stop demanding lots of new stuff
@ 2018-01-17 22:55 Hugh Dickins
  2018-01-18  6:47 ` Johannes Berg
  0 siblings, 1 reply; 7+ messages in thread
From: Hugh Dickins @ 2018-01-17 22:55 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, linux-kernel

"make oldconfig" from 4.14 (when CONFIG_CFG80211_CERTIFICATION_ONUS
is not set) to 4.15-rc, gets into asking lots of new questions, and
configuring in unwanted stuff: I'm unsure of my Kconfig skills, but
it looks like CFG80211_REQUIRE_SIGNED_REGDB's "default y" needs to
be toned down when we don't even have CFG80211_CERTIFICATION_ONUS.

Signed-off-by: Hugh Dickins <hughd@google.com>
---

 net/wireless/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 4.15-rc8/net/wireless/Kconfig	2017-12-03 10:22:51.928845056 -0800
+++ linux/net/wireless/Kconfig	2018-01-14 19:20:22.595472965 -0800
@@ -89,7 +89,7 @@ config CFG80211_CERTIFICATION_ONUS
 
 config CFG80211_REQUIRE_SIGNED_REGDB
 	bool "require regdb signature" if CFG80211_CERTIFICATION_ONUS
-	default y
+	default CFG80211_CERTIFICATION_ONUS
 	select SYSTEM_DATA_VERIFICATION
 	help
 	  Require that in addition to the "regulatory.db" file a

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-03 16:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-17 22:55 [PATCH] cfg80211: stop demanding lots of new stuff Hugh Dickins
2018-01-18  6:47 ` Johannes Berg
2018-01-18 21:07   ` Hugh Dickins
2018-01-18 21:09     ` Randy Dunlap
2018-01-18 21:11     ` Hugh Dickins
2018-01-18 21:20     ` Johannes Berg
2018-02-03 16:28   ` Kevin Groeneveld

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).