diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-06-14 08:18:59 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-17 20:22:22 +0200 |
commit | aec7ffdf4ff24df1fe85ed5bc9e050c4dd77617b (patch) | |
tree | 3d5183e13e11353e5dd01fcc58b8a9ed33fff1f2 /drivers/net/wireless/b43/Kconfig | |
parent | if_spi: Fix compilation warning - unused variable (diff) | |
download | linux-aec7ffdf4ff24df1fe85ed5bc9e050c4dd77617b.tar.xz linux-aec7ffdf4ff24df1fe85ed5bc9e050c4dd77617b.zip |
b43: add Kconfig option for compiling SSB driver
It is always "y" for now, b43 will not compile without CONFIG_SSB yet.
This is just a first step of dropping SSB dependency.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/Kconfig')
-rw-r--r-- | drivers/net/wireless/b43/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index e02db1be1723..d5add69aac8f 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -31,6 +31,11 @@ config B43_BCMA depends on B43 && BCMA && BROKEN default y +config B43_SSB + bool + depends on B43 && SSB + default y + # Auto-select SSB PCI-HOST support, if possible config B43_PCI_AUTOSELECT bool |