projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
711f145
)
b43: Kconfig: let config B43_BCMA_PIO depends on B43
author
Zhao, Gang
<
[email protected]
>
Sun, 16 Feb 2014 14:31:37 +0000
(22:31 +0800)
committer
John W. Linville
<
[email protected]
>
Mon, 24 Feb 2014 20:21:53 +0000
(15:21 -0500)
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 <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/b43/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/b43/Kconfig
b/drivers/net/wireless/b43/Kconfig
index 51ff0b198d0a94c6486bec11136a6b08ea9d29c2..088d544ec63f940b2a7b2234f1eac9b7458a19ce 100644
(file)
--- a/
drivers/net/wireless/b43/Kconfig
+++ b/
drivers/net/wireless/b43/Kconfig
@@
-92,7
+92,7
@@
config B43_SDIO
# if we can do DMA.
config B43_BCMA_PIO
bool
- depends on B43_BCMA
+ depends on B43
&& B43
_BCMA
select BCMA_BLOCKIO
default y