diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index 23abef92699f..2d611876bbe0 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
@@ -38,7 +38,7 @@ config RT2X00_LIB_RFKILL | |||
38 | 38 | ||
39 | config RT2X00_LIB_LEDS | 39 | config RT2X00_LIB_LEDS |
40 | boolean | 40 | boolean |
41 | depends on RT2X00_LIB | 41 | depends on RT2X00_LIB && NEW_LEDS |
42 | 42 | ||
43 | config RT2400PCI | 43 | config RT2400PCI |
44 | tristate "Ralink rt2400 pci/pcmcia support" | 44 | tristate "Ralink rt2400 pci/pcmcia support" |
@@ -61,7 +61,7 @@ config RT2400PCI_RFKILL | |||
61 | 61 | ||
62 | config RT2400PCI_LEDS | 62 | config RT2400PCI_LEDS |
63 | bool "RT2400 leds support" | 63 | bool "RT2400 leds support" |
64 | depends on RT2400PCI | 64 | depends on RT2400PCI && NEW_LEDS |
65 | select LEDS_CLASS | 65 | select LEDS_CLASS |
66 | select RT2X00_LIB_LEDS | 66 | select RT2X00_LIB_LEDS |
67 | ---help--- | 67 | ---help--- |
@@ -88,7 +88,7 @@ config RT2500PCI_RFKILL | |||
88 | 88 | ||
89 | config RT2500PCI_LEDS | 89 | config RT2500PCI_LEDS |
90 | bool "RT2500 leds support" | 90 | bool "RT2500 leds support" |
91 | depends on RT2500PCI | 91 | depends on RT2500PCI && NEW_LEDS |
92 | select LEDS_CLASS | 92 | select LEDS_CLASS |
93 | select RT2X00_LIB_LEDS | 93 | select RT2X00_LIB_LEDS |
94 | ---help--- | 94 | ---help--- |
@@ -117,7 +117,7 @@ config RT61PCI_RFKILL | |||
117 | 117 | ||
118 | config RT61PCI_LEDS | 118 | config RT61PCI_LEDS |
119 | bool "RT61 leds support" | 119 | bool "RT61 leds support" |
120 | depends on RT61PCI | 120 | depends on RT61PCI && NEW_LEDS |
121 | select LEDS_CLASS | 121 | select LEDS_CLASS |
122 | select RT2X00_LIB_LEDS | 122 | select RT2X00_LIB_LEDS |
123 | ---help--- | 123 | ---help--- |
@@ -134,7 +134,7 @@ config RT2500USB | |||
134 | 134 | ||
135 | config RT2500USB_LEDS | 135 | config RT2500USB_LEDS |
136 | bool "RT2500 leds support" | 136 | bool "RT2500 leds support" |
137 | depends on RT2500USB | 137 | depends on RT2500USB && NEW_LEDS |
138 | select LEDS_CLASS | 138 | select LEDS_CLASS |
139 | select RT2X00_LIB_LEDS | 139 | select RT2X00_LIB_LEDS |
140 | ---help--- | 140 | ---help--- |
@@ -153,7 +153,7 @@ config RT73USB | |||
153 | 153 | ||
154 | config RT73USB_LEDS | 154 | config RT73USB_LEDS |
155 | bool "RT73 leds support" | 155 | bool "RT73 leds support" |
156 | depends on RT73USB | 156 | depends on RT73USB && NEW_LEDS |
157 | select LEDS_CLASS | 157 | select LEDS_CLASS |
158 | select RT2X00_LIB_LEDS | 158 | select RT2X00_LIB_LEDS |
159 | ---help--- | 159 | ---help--- |