From patchwork Thu Jun 20 08:31:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Borneo X-Patchwork-Id: 13704973 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 D0862C2BA18 for ; Thu, 20 Jun 2024 08:33:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: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:List-Owner; bh=STRAWaduCOHElcknAncBNyhYTModBowLL+oEP/LL/H0=; b=0jjCkZZrR19Rv6jy25YpclHhVc dG+79ob6mOlz5dvx62lydLWRMjzDft/Cfcar3p3GV07TgVbU/a7D0cfUml67j9gWrlRe8bEz5goRh QP91LJ659V0NNs7jfMF6R36T/BAHABMpwiKC1weRHw5wfyEkH5d6xcE/8sBU0q1DTCma4LLAJ8E0x lkhR5yAM+69JldVyRHlLM/G/BziQhryH9xbp2V748+RB+6dbGPOs7CoTN8oF9LZA7hMY65HLN5n0k 2kWJKf04ARpA9xu7z86kLFdc3Sj3/z+C9ZxwAX15xcKq1czJjZ7qaoNHOi9CasbuW3hriC/x5f163 UOPEppMw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKDEg-00000004Axu-0EXq; Thu, 20 Jun 2024 08:33:38 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKDER-00000004Ap7-0Ioz for linux-arm-kernel@lists.infradead.org; Thu, 20 Jun 2024 08:33:25 +0000 Received: from pps.filterd (m0369457.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 45K68KFh015585; Thu, 20 Jun 2024 10:33:08 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=selector1; bh= STRAWaduCOHElcknAncBNyhYTModBowLL+oEP/LL/H0=; b=KJzLUBTYRZpHv91B vTElfZkST37oK9rY8RkPjz6O2dlhH2plNvdGOSH3Y003T1FohLmbqOzGfyIJClns BvHQz1+343tY9s7YKSYQern7WL0RjYnmtx+tyZfEeSTe+XQKU1gNNPaLMNRtAYHj DSFCkjDvlbc/zaD5nU6RzVtaRfMUf6256ZP4PtehkZ6ghaKJjAHcErEPuI9bkRt3 2XAiJLAcs6vkBy/8c/jv2fcKzn64gmYSpoi6JDqqb0bYwD0xBvkm3oR2cKAbodhL JoWHAQmI6nbdnreZdLJr8AY33nSjw2I5A9ZkgJb0tsO3/NF6jvoJnX3vTTIuaxgz rgQWzg== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3yuj9s75c8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 20 Jun 2024 10:33:08 +0200 (MEST) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 0F6A840048; Thu, 20 Jun 2024 10:33:00 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id ABCCA215BFA; Thu, 20 Jun 2024 10:32:26 +0200 (CEST) Received: from localhost (10.48.87.171) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Thu, 20 Jun 2024 10:32:26 +0200 From: Antonio Borneo To: Russell King , Maxime Coquelin , Alexandre Torgue , Catalin Marinas , Will Deacon , Thomas Gleixner CC: Antonio Borneo , , , Subject: [PATCH v3 8/8] arm64: Kconfig: allow build irq-stm32mp-exti driver as module Date: Thu, 20 Jun 2024 10:31:15 +0200 Message-ID: <20240620083115.204362-9-antonio.borneo@foss.st.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240620083115.204362-1-antonio.borneo@foss.st.com> References: <20240620083115.204362-1-antonio.borneo@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.48.87.171] X-ClientProxiedBy: SAFCAS1NODE1.st.com (10.75.90.11) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-06-20_06,2024-06-19_01,2024-05-17_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240620_013323_733306_9A442285 X-CRM114-Status: GOOD ( 10.19 ) 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 Drop auto-selecting the driver, so it can be built either as a module or built-in. Signed-off-by: Antonio Borneo --- arch/arm64/Kconfig.platforms | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index be8629858d747..a028ea3123789 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -309,7 +309,6 @@ config ARCH_STM32 select GPIOLIB select PINCTRL select PINCTRL_STM32MP257 - select STM32MP_EXTI select ARM_SMC_MBOX select ARM_SCMI_PROTOCOL select COMMON_CLK_SCMI