mirror of https://gitee.com/openkylin/linux.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 <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
231be4e92c
commit
f590f48e87
|
@ -40,6 +40,7 @@ config RT2X00_LIB_RFKILL
|
||||||
config RT2X00_LIB_LEDS
|
config RT2X00_LIB_LEDS
|
||||||
boolean
|
boolean
|
||||||
depends on RT2X00_LIB
|
depends on RT2X00_LIB
|
||||||
|
select NEW_LEDS
|
||||||
select LEDS_CLASS
|
select LEDS_CLASS
|
||||||
select LEDS_TRIGGERS
|
select LEDS_TRIGGERS
|
||||||
select MAC80211_LEDS
|
select MAC80211_LEDS
|
||||||
|
|
Loading…
Reference in New Issue