diff options
| -rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index a1e3938cba9b..ab1029e79884 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
| @@ -60,7 +60,8 @@ config RT2400PCI_RFKILL | |||
| 60 | 60 | ||
| 61 | config RT2400PCI_LEDS | 61 | config RT2400PCI_LEDS |
| 62 | bool "RT2400 leds support" | 62 | bool "RT2400 leds support" |
| 63 | depends on RT2400PCI && LEDS_CLASS | 63 | depends on RT2400PCI |
| 64 | select LEDS_CLASS | ||
| 64 | select RT2X00_LIB_LEDS | 65 | select RT2X00_LIB_LEDS |
| 65 | ---help--- | 66 | ---help--- |
| 66 | This adds support for led triggers provided my mac80211. | 67 | This adds support for led triggers provided my mac80211. |
| @@ -86,7 +87,8 @@ config RT2500PCI_RFKILL | |||
| 86 | 87 | ||
| 87 | config RT2500PCI_LEDS | 88 | config RT2500PCI_LEDS |
| 88 | bool "RT2500 leds support" | 89 | bool "RT2500 leds support" |
| 89 | depends on RT2500PCI && LEDS_CLASS | 90 | depends on RT2500PCI |
| 91 | select LEDS_CLASS | ||
| 90 | select RT2X00_LIB_LEDS | 92 | select RT2X00_LIB_LEDS |
| 91 | ---help--- | 93 | ---help--- |
| 92 | This adds support for led triggers provided my mac80211. | 94 | This adds support for led triggers provided my mac80211. |
| @@ -114,7 +116,8 @@ config RT61PCI_RFKILL | |||
| 114 | 116 | ||
| 115 | config RT61PCI_LEDS | 117 | config RT61PCI_LEDS |
| 116 | bool "RT61 leds support" | 118 | bool "RT61 leds support" |
| 117 | depends on RT61PCI && LEDS_CLASS | 119 | depends on RT61PCI |
| 120 | select LEDS_CLASS | ||
| 118 | select RT2X00_LIB_LEDS | 121 | select RT2X00_LIB_LEDS |
| 119 | ---help--- | 122 | ---help--- |
| 120 | This adds support for led triggers provided my mac80211. | 123 | This adds support for led triggers provided my mac80211. |
| @@ -130,7 +133,8 @@ config RT2500USB | |||
| 130 | 133 | ||
| 131 | config RT2500USB_LEDS | 134 | config RT2500USB_LEDS |
| 132 | bool "RT2500 leds support" | 135 | bool "RT2500 leds support" |
| 133 | depends on RT2500USB && LEDS_CLASS | 136 | depends on RT2500USB |
| 137 | select LEDS_CLASS | ||
| 134 | select RT2X00_LIB_LEDS | 138 | select RT2X00_LIB_LEDS |
| 135 | ---help--- | 139 | ---help--- |
| 136 | This adds support for led triggers provided my mac80211. | 140 | This adds support for led triggers provided my mac80211. |
| @@ -148,7 +152,8 @@ config RT73USB | |||
| 148 | 152 | ||
| 149 | config RT73USB_LEDS | 153 | config RT73USB_LEDS |
| 150 | bool "RT73 leds support" | 154 | bool "RT73 leds support" |
| 151 | depends on RT73USB && LEDS_CLASS | 155 | depends on RT73USB |
| 156 | select LEDS_CLASS | ||
| 152 | select RT2X00_LIB_LEDS | 157 | select RT2X00_LIB_LEDS |
| 153 | ---help--- | 158 | ---help--- |
| 154 | This adds support for led triggers provided my mac80211. | 159 | This adds support for led triggers provided my mac80211. |
