From patchwork Tue Feb 22 04:24:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 12754507 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 E6ABFC433F5 for ; Tue, 22 Feb 2022 04:25:57 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=w7VwBUAYsZLPHFkDpPSvWDXOR9WnEPjv1awZoW18cKw=; b=MX3pDIcuL0Xuz5 AR/5rwZ0QMKKf4c/oFeQdqY9DUfZr2qEq0UrGwmpyDLpT78mdHOTwilxe+7jGyeaOzCRwTx7lNE// c7A0ZQ/QNjnNlcIdHKDe6f8ncjucnXE2fQTuhuVPjyEzei+1F8oG8z58WS942cs1jsQxFo4hgGC/r uwDXzHwP5rQlasPBqvvHz5XvyxytRpD3/kq9jxQOff3Ttd+1MRCfK6nNO8SfkVIGrpz03CQFRucQE 9GRiSpSnr0ZqyXKTxxg++rgPdZ2gCdJwRkfY0XxLWCFkKHeDliM32JRAMBgjNWK+rACn67rvFn3T0 03LgB1N70Gx61rK25fSg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nMMiw-007weh-GD; Tue, 22 Feb 2022 04:24:26 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nMMis-007weJ-P6 for linux-arm-kernel@lists.infradead.org; Tue, 22 Feb 2022 04:24:24 +0000 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 ams.source.kernel.org (Postfix) with ESMTPS id E74CFB81851; Tue, 22 Feb 2022 04:24:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9DECC340E8; Tue, 22 Feb 2022 04:24:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645503858; bh=X77b75LIJSjrtE9IDXHIFr3LdPn8w2wR61bWYm4ZfrU=; h=From:To:Cc:Subject:Date:From; b=gzBP4769njn+Pzk6b072GuNWkzLa5eFVt9/GDvoPlbtk1WiU8NIWD02Ih/BJkC07l Dm69i5Gz0yxaq5cJLX9ZhLIzExQo6KbKb5tdfHq3c/3zhx44O8+AnRUulFz3D8y9pW 4fV5czb0i/IJk187E0qX/Ai4j2L61ckDC3iQEx6pEgkgoiZMRpGwgQlDZUqJrzudFf Iwsv4pz5vHTuzeaDzje8VCzMwIiwAMTCr7QfK+6ZEx3HlkxeJlR0EOBZwI+27gLONW rGTUpJQXkxmgWwDterchbc1w9C32xJPDH4EfCsN3AUMKnZcHts7U4xk9kvHm5Hn4g+ 6ipRsb2Fyx5gQ== From: Vinod Koul To: Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, Vinod Koul , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm64: defconfig: Enable Qualcomm GPI DMA Driver Date: Tue, 22 Feb 2022 09:54:09 +0530 Message-Id: <20220222042409.1185564-1-vkoul@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220221_202422_998846_98CABAC2 X-CRM114-Status: UNSURE ( 9.51 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Qualcomm GPI DMA Driver is used for DMA transfers for Serial engines like Geni I2C and SPI. Enable this dma driver Signed-off-by: Vinod Koul --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 30516dc0b70e..d73913f082d7 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -948,6 +948,7 @@ CONFIG_PL330_DMA=y CONFIG_TEGRA20_APB_DMA=y CONFIG_TEGRA210_ADMA=m CONFIG_QCOM_BAM_DMA=y +CONFIG_QCOM_GPI_DMA=y CONFIG_QCOM_HIDMA_MGMT=y CONFIG_QCOM_HIDMA=y CONFIG_RCAR_DMAC=y