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 583F5C001B2 for ; Fri, 9 Dec 2022 01:12:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229650AbiLIBM0 (ORCPT ); Thu, 8 Dec 2022 20:12:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229462AbiLIBMY (ORCPT ); Thu, 8 Dec 2022 20:12:24 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19A9B80A0E; Thu, 8 Dec 2022 17:12:23 -0800 (PST) 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 A8D406203F; Fri, 9 Dec 2022 01:12:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04F9FC433F2; Fri, 9 Dec 2022 01:12:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670548342; bh=Q37W1vLJUGba/GKJcAqRPtnLC0ooux4QhJ6D99IJvhs=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=ZI661ixsVRMEo2OEh2JptvfA43/sySTL9PIV5OGjqqz8AXWluQyKtbzcL7VzvqpA6 tDzRF+77RWwnHY1u2wgaGEAze1zzKKeVs/I+dPCp6t8UU/uEUnkuCMVEE6aRwU6YnQ mLnNQxauxZhpj817bP0+qn9KlAzxQRNWqW95ZkGuKPiUVpuqoE0jxJqsz7hxxDxKFg DhGyx1E5dviHdq1EW9Ct5XCg/6U0sHJ5sOQhksFy9Y98gAa0m1/QhibqTW5q6E5oGG YwgUuAMVlJ171/Y8Bf925ON8M1wRd3QC/eyUBtWXiXdgMIzisI8pIR04JBNF8Ho0xP gQgjYVhBy15tQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20221123161921.81195-1-conor@kernel.org> References: <20221123161921.81195-1-conor@kernel.org> Subject: Re: [PATCH] clk: microchip: enable the MPFS clk driver by default if SOC_MICROCHIP_POLARFIRE From: Stephen Boyd Cc: Conor Dooley , Daire McNamara , Michael Turquette , linux-riscv@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org To: Claudiu Beznea , Conor Dooley Date: Thu, 08 Dec 2022 17:12:19 -0800 User-Agent: alot/0.10 Message-Id: <20221209011222.04F9FC433F2@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Conor Dooley (2022-11-23 08:19:22) > From: Conor Dooley >=20 > With the intent of removing driver selects from Kconfig.socs in > arch/riscv, essential drivers that were being selected there could > instead by enabled by defaulting them to the value of the SoC's Kconfig > symbol. >=20 > Do so here & drop the depend on RISC-V - the SOC_ symbols are only > defined there anyway. >=20 > Signed-off-by: Conor Dooley > --- Applied to clk-next