On Thu, Jun 24, 2021 at 5:14 AM Liwei Song <[email protected]> wrote: > > Hi Bruce, > > Please drop this RR, this is not a correct fix, I will send another patch. >
thanks for the follow up, I've dropped it from my queue. Bruce > Thanks, > Liwei. > > > On 6/24/21 15:27, LiweiSong wrote: > > Let MAC80211_LEDS depends on LEDS_CLASS=IWLWIFI to fix the below warning: > > > > WARNING: unmet direct dependencies detected for MAC80211_LEDS > > Depends on [n]: NET [=y] && WIRELESS [=y] && MAC80211 [=y] && (LEDS_CLASS > > [=m]=y || LEDS_CLASS [=m]=MAC80211 [=y]) > > Selected by [m]: > > - IWLWIFI_LEDS [=y] && NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_INTEL > > [=y] && IWLWIFI [=m] && (LEDS_CLASS [=m]=y || LEDS_CLASS [=m]=IWLWIFI [=m]) > > && (IWLMVM [=m] || IWLDVM [=m]) > > > > Signed-off-by: Liwei Song <[email protected]> > > --- > > net/mac80211/Kconfig | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig > > index 51ec8256b7fa..918a11fed563 100644 > > --- a/net/mac80211/Kconfig > > +++ b/net/mac80211/Kconfig > > @@ -69,7 +69,7 @@ config MAC80211_MESH > > config MAC80211_LEDS > > bool "Enable LED triggers" > > depends on MAC80211 > > - depends on LEDS_CLASS=y || LEDS_CLASS=MAC80211 > > + depends on LEDS_CLASS=y || LEDS_CLASS=MAC80211 || LEDS_CLASS=IWLWIFI > > select LEDS_TRIGGERS > > help > > This option enables a few LED triggers for different > > > > > > > > > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10001): https://lists.yoctoproject.org/g/linux-yocto/message/10001 Mute This Topic: https://lists.yoctoproject.org/mt/83756015/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
