From: Ivo van Doorn Date: Sun, 10 Feb 2008 21:48:47 +0000 (+0100) Subject: rt2x00: Select CONFIG_NEW_LEDS X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=f590f48e87d1e61c03f01fa15be00e852c05426d;p=linux-edison.git 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 Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index 96d6fc68fe0..108b85e295b 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig @@ -40,6 +40,7 @@ config RT2X00_LIB_RFKILL config RT2X00_LIB_LEDS boolean depends on RT2X00_LIB + select NEW_LEDS select LEDS_CLASS select LEDS_TRIGGERS select MAC80211_LEDS