aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2008-02-10 13:52:52 -0500
committerJohn W. Linville <linville@tuxdriver.com>2008-02-29 15:37:17 -0500
commit0d84d78db5bad848e385cbb1e4ae2ea1f5f27641 (patch)
tree7fd0d265c552274bf79c15cb6554973e92a5c9bf /drivers
parentf948db5de53ec49ede377df30eed0642cc213055 (diff)
wireless: rt2x00: fix driver menu indenting
Michael Büker <m.bueker@berlin.de> reports that the RT2x00 drivers are not indented as they should be, so use proper dependencies to make them be indented as expected. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Ack-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/rt2x00/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig
index 51adb2f37c55..96d6fc68fe01 100644
--- a/drivers/net/wireless/rt2x00/Kconfig
+++ b/drivers/net/wireless/rt2x00/Kconfig
@@ -11,18 +11,17 @@ config RT2X00
11 will also be created. That library (when the driver is built as 11 will also be created. That library (when the driver is built as
12 a module) will be called "rt2x00lib.ko". 12 a module) will be called "rt2x00lib.ko".
13 13
14if RT2X00
15
14config RT2X00_LIB 16config RT2X00_LIB
15 tristate 17 tristate
16 depends on RT2X00
17 18
18config RT2X00_LIB_PCI 19config RT2X00_LIB_PCI
19 tristate 20 tristate
20 depends on RT2X00
21 select RT2X00_LIB 21 select RT2X00_LIB
22 22
23config RT2X00_LIB_USB 23config RT2X00_LIB_USB
24 tristate 24 tristate
25 depends on RT2X00
26 select RT2X00_LIB 25 select RT2X00_LIB
27 26
28config RT2X00_LIB_FIRMWARE 27config RT2X00_LIB_FIRMWARE
@@ -47,7 +46,7 @@ config RT2X00_LIB_LEDS
47 46
48config RT2400PCI 47config RT2400PCI
49 tristate "Ralink rt2400 pci/pcmcia support" 48 tristate "Ralink rt2400 pci/pcmcia support"
50 depends on RT2X00 && PCI 49 depends on PCI
51 select RT2X00_LIB_PCI 50 select RT2X00_LIB_PCI
52 select EEPROM_93CX6 51 select EEPROM_93CX6
53 ---help--- 52 ---help---
@@ -73,7 +72,7 @@ config RT2400PCI_LEDS
73 72
74config RT2500PCI 73config RT2500PCI
75 tristate "Ralink rt2500 pci/pcmcia support" 74 tristate "Ralink rt2500 pci/pcmcia support"
76 depends on RT2X00 && PCI 75 depends on PCI
77 select RT2X00_LIB_PCI 76 select RT2X00_LIB_PCI
78 select EEPROM_93CX6 77 select EEPROM_93CX6
79 ---help--- 78 ---help---
@@ -99,7 +98,7 @@ config RT2500PCI_LEDS
99 98
100config RT61PCI 99config RT61PCI
101 tristate "Ralink rt61 pci/pcmcia support" 100 tristate "Ralink rt61 pci/pcmcia support"
102 depends on RT2X00 && PCI 101 depends on PCI
103 select RT2X00_LIB_PCI 102 select RT2X00_LIB_PCI
104 select RT2X00_LIB_FIRMWARE 103 select RT2X00_LIB_FIRMWARE
105 select EEPROM_93CX6 104 select EEPROM_93CX6
@@ -126,7 +125,7 @@ config RT61PCI_LEDS
126 125
127config RT2500USB 126config RT2500USB
128 tristate "Ralink rt2500 usb support" 127 tristate "Ralink rt2500 usb support"
129 depends on RT2X00 && USB 128 depends on USB
130 select RT2X00_LIB_USB 129 select RT2X00_LIB_USB
131 ---help--- 130 ---help---
132 This is an experimental driver for the Ralink rt2500 wireless chip. 131 This is an experimental driver for the Ralink rt2500 wireless chip.
@@ -142,7 +141,7 @@ config RT2500USB_LEDS
142 141
143config RT73USB 142config RT73USB
144 tristate "Ralink rt73 usb support" 143 tristate "Ralink rt73 usb support"
145 depends on RT2X00 && USB 144 depends on USB
146 select RT2X00_LIB_USB 145 select RT2X00_LIB_USB
147 select RT2X00_LIB_FIRMWARE 146 select RT2X00_LIB_FIRMWARE
148 ---help--- 147 ---help---
@@ -171,3 +170,4 @@ config RT2X00_DEBUG
171 ---help--- 170 ---help---
172 Enable debugging output for all rt2x00 modules 171 Enable debugging output for all rt2x00 modules
173 172
173endif