summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index cbd770e..d3532d1 100644
--- a/Kconfig
+++ b/Kconfig
@@ -22,4 +22,4 @@ config MWLWIFI
devices. MWLWIFI is mac80211-based for full AP/Wireless Bridge.
config MWLWIFI_THERMAL
- depends on MWLWIFI && THERMAL && (!MWLWIFI=y && THERMAL=m)
+ def_bool MWLWIFI && THERMAL && (!MWLWIFI=y && THERMAL=m)