Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A5B9C4332F for ; Tue, 7 Dec 2021 10:49:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235366AbhLGKxD (ORCPT ); Tue, 7 Dec 2021 05:53:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235320AbhLGKxA (ORCPT ); Tue, 7 Dec 2021 05:53:00 -0500 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35AF6C061574; Tue, 7 Dec 2021 02:49:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=Content-Transfer-Encoding:MIME-Version: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=VEFtiaXzZJZE/WvxgKVKGVbqzPsrnHI/wvB8VfGeVI0=; t=1638874170; x=1640083770; b=Ne5T8hoIVQCc7UpFyTcfZgRue5DP/VkcawDbynoF6sn+Xk+ mbBLjpFUeog1tBTojV0JcF4pwkqmabb8tw+A2iNb08JCT9wFOIGTVcIQvqpO9D1cFbmgZiM0m1uqh zhGLOU/XJP+n9sHn/juc0GW9ERrVWQRF5P34MJqw6jD339LTaB1PLuy1z7HALatU4COhjFEd8H/Pu tJ/TqqKYifuC66uiHtfMXUhgtlEZG4aCkqAbK1+MK/7QMYnOjarPB25eyTzQLT8wSIX1DjJ2MEh9Z R19Joz8bW8FZ4mG2X88kPf82lyu58FSIaiDpZjCgiblMxKrcpubDEkeL7K21Q/iw==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.95) (envelope-from ) id 1muY2B-0089TU-7D; Tue, 07 Dec 2021 11:49:19 +0100 Message-ID: Subject: Re: [PATCH 1/3] iwlwifi: fix LED dependencies From: Johannes Berg To: Arnd Bergmann , Stanislaw Gruszka , Kalle Valo , "David S. Miller" , Jakub Kicinski , Luca Coelho Cc: Arnd Bergmann , Emmanuel Grumbach , Ayala Beker , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 07 Dec 2021 11:49:18 +0100 In-Reply-To: References: <20211204173848.873293-1-arnd@kernel.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 (3.42.1-1.fc35) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2021-12-07 at 11:16 +0100, Johannes Berg wrote: > On Tue, 2021-12-07 at 11:14 +0100, Johannes Berg wrote: > > On Sat, 2021-12-04 at 18:38 +0100, Arnd Bergmann wrote: > > > > > > config IWLWIFI_LEDS > > > bool > > > - depends on LEDS_CLASS=y || LEDS_CLASS=IWLWIFI > > > + depends on LEDS_CLASS=y || LEDS_CLASS=MAC80211 > > > > > > > Hm. Can we really not have this if LEDS_CLASS=n? > > > > Well, umm. That wouldn't make sense for IWLWIFI_LEDS, sorry. > > Might be simpler to express this as "depends on MAC80211_LEDS" which has > the same condition, and it feels like that makes more sense than > referencing MAC80211 here? > Hm, maybe not. Sorry for the monologue here - but MAC80211_LEDS is user selectable, and so I guess that's a different thing. johannes