Skip to content

Commit b73b206

Browse files
geertuKalle Valo
authored andcommitted
wifi: brcm80211: BRCM_TRACING should depend on TRACING
When tracing is disabled, there is no point in asking the user about enabling Broadcom wireless device tracing. Fixes: f5c4f10 ("brcm80211: Allow trace support to be enabled separately from debug") Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Arend van Spriel <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://patch.msgid.link/81a29b15eaacc1ac1fb421bdace9ac0c3385f40f.1727179742.git.geert@linux-m68k.org
1 parent aa70ff0 commit b73b206

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/broadcom/brcm80211

1 file changed

+1
-0
lines changed

drivers/net/wireless/broadcom/brcm80211/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ source "drivers/net/wireless/broadcom/brcm80211/brcmfmac/Kconfig"
2727
config BRCM_TRACING
2828
bool "Broadcom device tracing"
2929
depends on BRCMSMAC || BRCMFMAC
30+
depends on TRACING
3031
help
3132
If you say Y here, the Broadcom wireless drivers will register
3233
with ftrace to dump event information into the trace ringbuffer.

0 commit comments

Comments
 (0)