From patchwork Thu Oct 21 10:45:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 12574697 X-Patchwork-Delegate: lorenzo.pieralisi@arm.com 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE944C433FE for ; Thu, 21 Oct 2021 10:45:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B47D060E8C for ; Thu, 21 Oct 2021 10:45:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231195AbhJUKr6 (ORCPT ); Thu, 21 Oct 2021 06:47:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:58106 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231129AbhJUKry (ORCPT ); Thu, 21 Oct 2021 06:47:54 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A978C613A3; Thu, 21 Oct 2021 10:45:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634813138; bh=gRzjZR2i3+PX8QmmnpFooG4PYPyeUIKfI68izIx0rcA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=awd0UBwc4sT/qWLw4vsMner260mTCeEAuC3MVS4/ktoSKEc/EMiX8tNWQPuha4X5v kweP1lCu2o+8crHQPqGR88ldwhQ+yhLn3RRGjnxu3lzrNDz+Mdg+d8wjdCm1CT5KA/ 1JFayfSNan3M2vNRRRWjMBsBM6J0lWc9WsPkpxT5kYjSCxFJMvhYBWYen6Z6GMy7xe muC7NZp6NqG4lpn9/G98DLeqqAVEHO8vfPSB4HvqoiJIxn+G3ltXG0f5gBEmDfK7dS uBCe0bovjYozfpkH1AcZp3j4OJYoWpcNGBMuQUom8m+iMIkQNmBwxTqw6iGaCf2DLR dfOVfZ579mrBw== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mdVZj-002z5B-4W; Thu, 21 Oct 2021 11:45:31 +0100 From: Mauro Carvalho Chehab To: Lorenzo Pieralisi Cc: linuxarm@huawei.com, mauro.chehab@huawei.com, Mauro Carvalho Chehab , =?utf-8?q?Krzysztof_Wilc?= =?utf-8?q?zy=C5=84ski?= , Alex Dewar , Andy Shevchenko , Bjorn Helgaas , Jaehoon Chung , Luca Ceresoli , Manivannan Sadhasivam , Nobuhiro Iwamatsu , Paul Walmsley , Rob Herring , Simon Xue , Srikanth Thokala , Wesley Sheng , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Xiaowei Song Subject: [PATCH v15 08/13] PCI: kirin: Allow building it as a module Date: Thu, 21 Oct 2021 11:45:15 +0100 Message-Id: X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org There's nothing preventing this driver to be loaded as a module. So, change its config from bool to tristate. Acked-by: Xiaowei Song Signed-off-by: Mauro Carvalho Chehab --- To mailbombing on a large number of people, only mailing lists were C/C on the cover. See [PATCH v15 00/13] at: https://lore.kernel.org/all/cover.1634812676.git.mchehab+huawei@kernel.org/ drivers/pci/controller/dwc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index 071a1fb12beb..62ce3abf0f19 100644 --- a/drivers/pci/controller/dwc/Kconfig +++ b/drivers/pci/controller/dwc/Kconfig @@ -274,7 +274,7 @@ config PCIE_KEEMBAY_EP config PCIE_KIRIN depends on OF && (ARM64 || COMPILE_TEST) - bool "HiSilicon Kirin series SoCs PCIe controllers" + tristate "HiSilicon Kirin series SoCs PCIe controllers" depends on PCI_MSI_IRQ_DOMAIN select PCIE_DW_HOST help