mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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: Johannes Berg <johannes@sipsolutions.net> Reviewed-by: Roland Vossen <rvossen@broadcom.com> Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com> Signed-off-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
ef6cc1d6a2
commit
33bc95513c
1 changed files with 0 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue