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:
4c6f749
)
[PATCH] bcm43xx: fix config menu alignment
author
Randy Dunlap
<rdunlap@xenotime.net>
Tue, 11 Apr 2006 21:32:53 +0000
(14:32 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 19 Apr 2006 21:25:40 +0000
(17:25 -0400)
Use "depends on" to make all bcm43xx driver options be listed
at the same level.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/bcm43xx/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/bcm43xx/Kconfig
b/drivers/net/wireless/bcm43xx/Kconfig
index 418465600a77e8dd491ac6fee0d95255190013ce..25ea4748f0b9a3ea3d800e84c1bc395dd04c371c 100644
(file)
--- a/
drivers/net/wireless/bcm43xx/Kconfig
+++ b/
drivers/net/wireless/bcm43xx/Kconfig
@@
-17,8
+17,11
@@
config BCM43XX_DEBUG
config BCM43XX_DMA
bool
+ depends on BCM43XX
+
config BCM43XX_PIO
bool
+ depends on BCM43XX
choice
prompt "BCM43xx data transfer mode"