Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4d5c1c0 authored by Sameer Thalappil's avatar Sameer Thalappil
Browse files

net: Kconfig: Add WLAN CLD debug entry



WLAN CLD driver uses this config to enable certain debug features.
Some of the debug features may affect performance or may compromise
on security. So this should only be enabled in debug builds.

Change-Id: I2cfe2e49f3b503b9ce82886f6eee5b4c0d93e0d6
Signed-off-by: default avatarSameer Thalappil <sameert@codeaurora.org>
parent fd854d74
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -344,6 +344,16 @@ config CNSS_MAC_BUG
	  from 0 to 4K. So fill it with zero's; to an address for which PCIe root
	  complex would honor the read without any errors.

config CLD_DEBUG
	bool "Enable/disable CLD debug features"
	help
	 WLAN CLD driver uses this config to enable certain debug features.
	 Some of the debug features may affect performance or may compromise
	 on security.

	  Say N, if you are building a release kernel for production use.
	  Only say Y, if you are building a kernel with debug support.

source "drivers/net/wireless/ath/Kconfig"
source "drivers/net/wireless/b43/Kconfig"
source "drivers/net/wireless/b43legacy/Kconfig"