From mboxrd@z Thu Jan 1 00:00:00 1970 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 D98DDC77B75 for ; Mon, 15 May 2023 16:29:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242694AbjEOQ3b (ORCPT ); Mon, 15 May 2023 12:29:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242506AbjEOQ31 (ORCPT ); Mon, 15 May 2023 12:29:27 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1724E78; Mon, 15 May 2023 09:29:19 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7EC0B620A8; Mon, 15 May 2023 16:29:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4DAE8C433D2; Mon, 15 May 2023 16:29:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684168158; bh=5XprFilnhuGul/8RuO7nBubqxMRZkO5vyT5plQ1G+J0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gQmOvdO4PG/MZUVNbBTrHxIVWjWgxmrVwaD4pJE/uQjPweq3dIsSmfk2GrnYonkog IHx5+uCrY9W6qnP8Q2GaSzwDz7F6RnvkqlVA4+sWkkGR0z66grSJSFdh0E8ZLbvOv0 7kLIAanTbXvr8eWr4y/fpIbJG8ZlrfpPBzH+l6WPzwNBsqkHmIhj4NR2rhdMBIeRuJ jiLy5X6fdxzBs47o3vZWHjCA1w5EYq8Et/0yGo4llNmQwRQcd6OlUS9kekd8iuRKtj XMRST4JZg17OrPrjYprYMUy96HoH8CooS6LrBIHapFxc5c0TcWp+edRlm+XH3r7J5f h07+1jas+J0bA== Date: Mon, 15 May 2023 17:29:14 +0100 From: Lee Jones To: Geert Uytterhoeven Cc: Pavel Machek , Dan Murphy , Jacek Anaszewski , Randy Dunlap , linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] leds: Make LEDS_TI_LMU_COMMON invisible Message-ID: <20230515162914.GB10825@google.com> References: <91f6efaa48c36320e58b6a312025ae9b39ee206b.1683644796.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <91f6efaa48c36320e58b6a312025ae9b39ee206b.1683644796.git.geert+renesas@glider.be> Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org On Tue, 09 May 2023, Geert Uytterhoeven wrote: > Currently, LEDS_LM3697 and LEDS_LM36274 depend on LEDS_TI_LMU_COMMON, > which contains the common code to support TI LMU devices. This means > the user is asked about the common code first, followed by the > individual drivers, if their dependencies are met. > > Simplify this, and reduce the number of questions by making > LEDS_TI_LMU_COMMON invisible, and letting it be selected when needed. > > Fixes: 3fce8e1eb9945c27 ("leds: TI LMU: Add common code for TI LMU devices") > Signed-off-by: Geert Uytterhoeven > --- > Exposed by commit a61079efc8788858 ("leds: TI_LMU_COMMON: select REGMAP > instead of depending on it"). > --- > drivers/leds/Kconfig | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) Fixes: tag removed and applied, thanks. -- Lee Jones [李琼斯]