From patchwork Tue Jun 28 04:54:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 585611 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 07933C433EF for ; Tue, 28 Jun 2022 04:55:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233383AbiF1EzI (ORCPT ); Tue, 28 Jun 2022 00:55:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232942AbiF1EzH (ORCPT ); Tue, 28 Jun 2022 00:55:07 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC87460CE; Mon, 27 Jun 2022 21:55:05 -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 ams.source.kernel.org (Postfix) with ESMTPS id 7145AB81C23; Tue, 28 Jun 2022 04:55:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6FE0FC341CB; Tue, 28 Jun 2022 04:55:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656392103; bh=fWMoJEv68QCW8726FLOtiruPS0Ls5wXGbOFCtxvsmOE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=QQ+BP5WQS7dwWcp0OuIIdct6N+Js1SMpWsLePIv1NJyvoBKKKHDBpfvd+mnCiorOF N3xHhDG8B1CSJSADhcUEJ1jrbQZ9VAkbjZFuKL3lJoFo36qJDdnCxX9SKPpKks5bWE vy+rPK7xpjkyuuriI7GpQ/bdXiiIzo4Xle25F8VxTVCZOWL5i4pLe9SYBT87Kn0/PZ NC0uBXugkCcQ8G3fm43rHHqBcvHswuNwNNaRWjvHGJ9wh08hVkLCA3n41N+f0YfWgs OAkc197ZAnYk8XEjLUNq5JSpvDGBO61O2y4zDOPR4aWqHFxenE/2A2RzNTvdej86IT EXazR6VXQR67A== 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 v2 2/2] arm64: defconfig: Enable qcom interconnect drivers Date: Tue, 28 Jun 2022 10:24:54 +0530 Message-Id: <20220628045454.621175-2-vkoul@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220628045454.621175-1-vkoul@kernel.org> References: <20220628045454.621175-1-vkoul@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org While enabling QCS404 interconnect driver, I found that other drivers are missing too, so add all the interconnect driver Signed-off-by: Vinod Koul --- Changes in v2: - Drop msm8974 arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6d3f4d8d50b8..7bbbdd00c590 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1249,7 +1249,10 @@ CONFIG_INTERCONNECT_IMX8MN=m CONFIG_INTERCONNECT_IMX8MQ=m CONFIG_INTERCONNECT_QCOM=y CONFIG_INTERCONNECT_QCOM_MSM8916=m +CONFIG_INTERCONNECT_QCOM_MSM8996=m CONFIG_INTERCONNECT_QCOM_OSM_L3=m +CONFIG_INTERCONNECT_QCOM_QCS404=m +CONFIG_INTERCONNECT_QCOM_SC7180=m CONFIG_INTERCONNECT_QCOM_SC7280=y CONFIG_INTERCONNECT_QCOM_SDM845=y CONFIG_INTERCONNECT_QCOM_SM8150=m