]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
b43: fix typo in Kconfig (make B43_BUSES_BCMA_AND_SSB the default for real)
authorRafał Miłecki <zajec5@gmail.com>
Tue, 10 Jun 2014 11:32:05 +0000 (13:32 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Jun 2014 15:23:33 +0000 (11:23 -0400)
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>
drivers/net/wireless/b43/Kconfig

index e3f67b8d3f8003d546867b51648d25fda81d0f15..40fd9b7b14269eb52d2440b09b1d6c6bac17f946 100644 (file)
@@ -36,7 +36,7 @@ config B43_SSB
 choice
        prompt "Supported bus types"
        depends on B43
-       default B43_BCMA_AND_SSB
+       default B43_BUSES_BCMA_AND_SSB
 
 config B43_BUSES_BCMA_AND_SSB
        bool "BCMA and SSB"