From patchwork Wed Oct 5 17:13:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 612801 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 60125C4332F for ; Wed, 5 Oct 2022 17:14:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230051AbiJEROW (ORCPT ); Wed, 5 Oct 2022 13:14:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50476 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230018AbiJEROW (ORCPT ); Wed, 5 Oct 2022 13:14:22 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A9447AC09; Wed, 5 Oct 2022 10:14:21 -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 23D3A613B3; Wed, 5 Oct 2022 17:14:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F3FDEC433D6; Wed, 5 Oct 2022 17:14:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664990060; bh=S7lanKefy2QFD+FZGym2xa09dQhswcpvM+aMfQCBD6A=; h=From:To:Cc:Subject:Date:From; b=JNhRka/j3w5RiAe4UWem3JUqCcvreXsTgbls5sa7bj7BFK7gBZMI3GnGJ9bA3tuzB DDvZGrE3lkmRD7DrenlFaoRYiZzZJUXW0VV+Baov/O+AH58A0E3WHmvdtLl3Asjs9X fGhngqpQqZDBYeBIE7RUfByNqkW8RTceirUQ6We5Rk0GLuU3yoCgPsPFt1S19XT3VF +DPt1rIp7ntRvypF0MPnGrCl203m5onaelnqwZe0YByskynOZpEfSDvTzGjTe1BpdC J3r+gcGaeNbpxkd6OnncazOf085GrXIakFtgNu292aeHKSW5MdzNQpIHWRT4fDWUCq cvnKVGMZbZqDQ== From: Conor Dooley To: Paul Walmsley , Palmer Dabbelt , Albert Ou , Michael Turquette , Stephen Boyd , Greg Kroah-Hartman , Jiri Slaby , Conor Dooley Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-serial@vger.kernel.org Subject: [PATCH 0/6] RISC-V: stop selecting device drivers in Kconfig.socs Date: Wed, 5 Oct 2022 18:13:43 +0100 Message-Id: <20221005171348.167476-1-conor@kernel.org> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org From: Conor Dooley As my RFC [0] series doing the symbol name changes has not yet reached consensus, I've split out the removal of device driver selects into a new series. I kept the plic as a direct select - although given how Maz is treating the SiFive plic driver as the RISC-V plic driver, maybe that should just be selected by default at an arch level... I assume the individual patches can go via their subsystems & I'll resubmit the arch/riscv patches a cycle later? I'm not in any rush. Thanks, Conor. 0 - https://lore.kernel.org/linux-riscv/20220923185605.1900083-1-conor@kernel.org/ Conor Dooley (6): clk: sifive: select by default if SOC_SIFIVE serial: sifive: select by default if SOC_SIFIVE serial: sifive: select by default if SOC_CANAAN riscv: stop selecting the PolarFire SoC clock driver riscv: stop selecting SiFive clock and serial drivers directly riscv: stop directly selecting drivers for SOC_CANAAN arch/riscv/Kconfig.socs | 8 -------- drivers/clk/sifive/Kconfig | 4 +++- drivers/tty/serial/Kconfig | 2 ++ 3 files changed, 5 insertions(+), 9 deletions(-)