From: Randy Dunlap <[EMAIL PROTECTED]>

Use "depends on" to make all bcm43 driver options be listed
at the same level.

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
---
 drivers/net/wireless/bcm43xx/Kconfig |    3 +++
 1 files changed, 3 insertions(+)

--- linux-2617-rc1g5.orig/drivers/net/wireless/bcm43xx/Kconfig
+++ linux-2617-rc1g5/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"


---
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to