mirror of https://gitee.com/openkylin/linux.git
b43: fix typo in Kconfig (make B43_BUSES_BCMA_AND_SSB the default for real)
Reported-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
8edcb0ba0d
commit
740bb82b76
|
@ -36,7 +36,7 @@ config B43_SSB
|
||||||
choice
|
choice
|
||||||
prompt "Supported bus types"
|
prompt "Supported bus types"
|
||||||
depends on B43
|
depends on B43
|
||||||
default B43_BCMA_AND_SSB
|
default B43_BUSES_BCMA_AND_SSB
|
||||||
|
|
||||||
config B43_BUSES_BCMA_AND_SSB
|
config B43_BUSES_BCMA_AND_SSB
|
||||||
bool "BCMA and SSB"
|
bool "BCMA and SSB"
|
||||||
|
|
Loading…
Reference in New Issue