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

Commit 33bc9551 authored by Arend van Spriel's avatar Arend van Spriel Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: remove 'default n' from Kconfig



Kconfig options are by default not selected so adding the
statement 'default n' to the option is not needed.

Reported-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Reviewed-by: default avatarRoland Vossen <rvossen@broadcom.com>
Reviewed-by: default avatarPieter-Paul Giesberts <pieterpg@broadcom.com>
Signed-off-by: default avatarRoland Vossen <rvossen@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ef6cc1d6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
config BRCMUTIL
	tristate
	default n

config BRCMSMAC
	tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
	default n
	depends on PCI
	depends on WLAN && MAC80211
	depends on BCMA=n
@@ -20,7 +18,6 @@ config BRCMSMAC

config BRCMFMAC
	tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
	default n
	depends on MMC
	depends on WLAN && CFG80211
	select BRCMUTIL
@@ -33,7 +30,6 @@ config BRCMFMAC

config BRCMDBG
	bool "Broadcom driver debug functions"
	default n
	depends on BRCMSMAC || BRCMFMAC
	---help---
	  Selecting this enables additional code for debug purposes.