diff options
author | Zhao, Gang <gamerh2o@gmail.com> | 2014-02-16 09:31:37 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-24 15:21:53 -0500 |
commit | cc1ad9d267d336fcb50c26c9e3fe1a9b78302e78 (patch) | |
tree | faaeeda5846bcb33833ccdf7995ab46830872031 | |
parent | 711f145ad0e93a914644d3e7998c28267bd3c136 (diff) |
b43: Kconfig: let config B43_BCMA_PIO depends on B43
Logically, config B43_BCMA_PIO should depend on B43. This also solves
the problem that sub options of b43 driver didn't indent correctly in
make menuconfig's ncurses window.
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/b43/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 51ff0b198d0a..088d544ec63f 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig | |||
@@ -92,7 +92,7 @@ config B43_SDIO | |||
92 | # if we can do DMA. | 92 | # if we can do DMA. |
93 | config B43_BCMA_PIO | 93 | config B43_BCMA_PIO |
94 | bool | 94 | bool |
95 | depends on B43_BCMA | 95 | depends on B43 && B43_BCMA |
96 | select BCMA_BLOCKIO | 96 | select BCMA_BLOCKIO |
97 | default y | 97 | default y |
98 | 98 | ||