From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: ath10k: replace config_enabled() with IS_REACHABLE() Date: Fri, 2 Sep 2016 17:57:30 +0200 Message-ID: <388c99a317f2431596e43d0feee204c9@euamsexm01a.eu.qualcomm.com> References: <1471969646-13119-1-git-send-email-yamada.masahiro@socionext.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: , , "Masahiro Yamada" , Andrew Morton , , To: Masahiro Yamada Return-path: In-Reply-To: <1471969646-13119-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org Masahiro Yamada wrote: > Commit 97f2645f358b ("tree-wide: replace config_enabled() with > IS_ENABLED()") mostly did away with config_enabled(). > > This is one of the postponed TODO items as config_enabled() is used > for a tristate option here. Theoretically, config_enabled() is > equivalent to IS_BUILTIN(), but I guess IS_REACHABLE() is the best > fit for this case because both CONFIG_HWMON and CONFIG_ATH10K are > tristate. > > Signed-off-by: Masahiro Yamada Thanks, 1 patch applied to ath-next branch of ath.git: 749bc03ae2cd ath10k: replace config_enabled() with IS_REACHABLE() -- Sent by pwcli https://patchwork.kernel.org/patch/9295945/