diff options
author | Ivo van Doorn <ivdoorn@gmail.com> | 2008-02-10 16:48:47 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-02-29 15:37:19 -0500 |
commit | f590f48e87d1e61c03f01fa15be00e852c05426d (patch) | |
tree | 39b003ae7e96e3fedef018e8a1fde5754cd3ada0 /drivers/net | |
parent | 231be4e92cc0398781e6acda0e3f8ea54a7fa10f (diff) |
rt2x00: Select CONFIG_NEW_LEDS
Select CONFIG_NEW_LEDS before selecting the other LED config
options. This fixes a link error when NEW_LEDS was disabled.
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index 96d6fc68fe01..108b85e295ba 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
@@ -40,6 +40,7 @@ config RT2X00_LIB_RFKILL | |||
40 | config RT2X00_LIB_LEDS | 40 | config RT2X00_LIB_LEDS |
41 | boolean | 41 | boolean |
42 | depends on RT2X00_LIB | 42 | depends on RT2X00_LIB |
43 | select NEW_LEDS | ||
43 | select LEDS_CLASS | 44 | select LEDS_CLASS |
44 | select LEDS_TRIGGERS | 45 | select LEDS_TRIGGERS |
45 | select MAC80211_LEDS | 46 | select MAC80211_LEDS |