Skip to content

Commit

Permalink
[PATCH] bcm43xx: fix config menu alignment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and John W. Linville committed Apr 19, 2006
1 parent 4c6f749 commit 93fef7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/wireless/bcm43xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 93fef7d

Please sign in to comment.