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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 29FF0C28B30 for ; Mon, 17 Mar 2025 13:23:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=oPP+cPjQP6UI0W2suL/vu3NBokRMmzthgZvoVFdWyIY=; b=MtqiQ5pQLt8ZL3 uHEavXXMe+gFrdiik11lN3wP21Dfxb+ob7f30a+QHPcLwHvioGiCcwC702pP1boT9VEmZC4WzyQ7S Nz1BsYFOP7M1Dn+feKn7+6yuYSWuK/m/XDMfbX8hGvm7dujJMy5/Hbi+5olrytyNUHIF2+qf2oUAQ 1GS97gzji1CUFPsj8VPYZv8SBrw2i23RAR2W/qyeWaNLqXwkY6WNVfcJzSddxtPdVjvsoVQY4C+ls UkCQ39Ex2opuTttCxoDOU0u7YP+If4TGeoNsDBR3TGLObTUp7EEwNQp5tioxQuFMObOlwfoydOpYv /E+A80cKrzRJUig1SKmA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tuARJ-00000002ice-1Cje; Mon, 17 Mar 2025 13:23:33 +0000 Received: from woodpecker.gentoo.org ([140.211.166.183] helo=smtp.gentoo.org) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tuAQx-00000002iT2-2a84 for linux-riscv@lists.infradead.org; Mon, 17 Mar 2025 13:23:12 +0000 Received: from localhost (unknown [116.232.18.40]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dlan) by smtp.gentoo.org (Postfix) with ESMTPSA id 1B624343252; Mon, 17 Mar 2025 13:23:08 +0000 (UTC) Date: Mon, 17 Mar 2025 13:23:04 +0000 From: Yixun Lan To: Geert Uytterhoeven Cc: Linus Walleij , Conor Dooley , Javier Martinez Canillas , linux-gpio@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] pinctrl: spacemit: PINCTRL_SPACEMIT_K1 should not default to y unconditionally Message-ID: <20250317132304-GYB1983@gentoo> References: <6881b8d1ad74ac780af8a974e604b5ef3f5d4aad.1742198691.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <6881b8d1ad74ac780af8a974e604b5ef3f5d4aad.1742198691.git.geert+renesas@glider.be> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250317_062311_673892_349F0051 X-CRM114-Status: GOOD ( 12.73 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hi Linus Walleij: Can you also take this? thanks On 09:06 Mon 17 Mar , Geert Uytterhoeven wrote: > Merely enabling compile-testing should not enable additional > functionality. > > Fixes: 7ff4faba63571c51 ("pinctrl: spacemit: enable config option") > Signed-off-by: Geert Uytterhoeven Reviewed-by: Yixun Lan > --- > drivers/pinctrl/spacemit/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pinctrl/spacemit/Kconfig b/drivers/pinctrl/spacemit/Kconfig > index a2f98b3f8a75580d..d6f6017fd097d326 100644 > --- a/drivers/pinctrl/spacemit/Kconfig > +++ b/drivers/pinctrl/spacemit/Kconfig > @@ -7,7 +7,7 @@ config PINCTRL_SPACEMIT_K1 > bool "SpacemiT K1 SoC Pinctrl driver" > depends on ARCH_SPACEMIT || COMPILE_TEST > depends on OF > - default y > + default ARCH_SPACEMIT > select GENERIC_PINCTRL_GROUPS > select GENERIC_PINMUX_FUNCTIONS > select GENERIC_PINCONF > -- > 2.43.0 > -- Yixun Lan (dlan) Gentoo Linux Developer GPG Key ID AABEFD55 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv