Commit 201410ce authored by David S. Miller's avatar David S. Miller

rt2x00: Select LEDS_CLASS.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e82404ad
...@@ -60,7 +60,8 @@ config RT2400PCI_RFKILL ...@@ -60,7 +60,8 @@ config RT2400PCI_RFKILL
config RT2400PCI_LEDS config RT2400PCI_LEDS
bool "RT2400 leds support" bool "RT2400 leds support"
depends on RT2400PCI && LEDS_CLASS depends on RT2400PCI
select LEDS_CLASS
select RT2X00_LIB_LEDS select RT2X00_LIB_LEDS
---help--- ---help---
This adds support for led triggers provided my mac80211. This adds support for led triggers provided my mac80211.
...@@ -86,7 +87,8 @@ config RT2500PCI_RFKILL ...@@ -86,7 +87,8 @@ config RT2500PCI_RFKILL
config RT2500PCI_LEDS config RT2500PCI_LEDS
bool "RT2500 leds support" bool "RT2500 leds support"
depends on RT2500PCI && LEDS_CLASS depends on RT2500PCI
select LEDS_CLASS
select RT2X00_LIB_LEDS select RT2X00_LIB_LEDS
---help--- ---help---
This adds support for led triggers provided my mac80211. This adds support for led triggers provided my mac80211.
...@@ -114,7 +116,8 @@ config RT61PCI_RFKILL ...@@ -114,7 +116,8 @@ config RT61PCI_RFKILL
config RT61PCI_LEDS config RT61PCI_LEDS
bool "RT61 leds support" bool "RT61 leds support"
depends on RT61PCI && LEDS_CLASS depends on RT61PCI
select LEDS_CLASS
select RT2X00_LIB_LEDS select RT2X00_LIB_LEDS
---help--- ---help---
This adds support for led triggers provided my mac80211. This adds support for led triggers provided my mac80211.
...@@ -130,7 +133,8 @@ config RT2500USB ...@@ -130,7 +133,8 @@ config RT2500USB
config RT2500USB_LEDS config RT2500USB_LEDS
bool "RT2500 leds support" bool "RT2500 leds support"
depends on RT2500USB && LEDS_CLASS depends on RT2500USB
select LEDS_CLASS
select RT2X00_LIB_LEDS select RT2X00_LIB_LEDS
---help--- ---help---
This adds support for led triggers provided my mac80211. This adds support for led triggers provided my mac80211.
...@@ -148,7 +152,8 @@ config RT73USB ...@@ -148,7 +152,8 @@ config RT73USB
config RT73USB_LEDS config RT73USB_LEDS
bool "RT73 leds support" bool "RT73 leds support"
depends on RT73USB && LEDS_CLASS depends on RT73USB
select LEDS_CLASS
select RT2X00_LIB_LEDS select RT2X00_LIB_LEDS
---help--- ---help---
This adds support for led triggers provided my mac80211. This adds support for led triggers provided my mac80211.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment