From mboxrd@z Thu Jan 1 00:00:00 1970 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 DA180C27C4F for ; Sun, 23 Jun 2024 17:27:50 +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:MIME-Version: Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=oNQgs/jtsewNi1//a25BPwNZEq0Iu3ZSb+SWVutwhWg=; b=BZg10pdsQETj9DkcJsRjWEF5C3 0/UhNWZuni1adBrnCMqXZ1W13pHl/qmfXmOC4SgTNuRcHglmUZRZ5kAPvShUKHJj4pJVXGRiKZOwi jZHZ4t5zJuTzxsTl8eENk8PjHarEWN9ggxZtWF9za1Y0e7DoysvClptBD1UbbfSY7pOEBUVy3oFla 322/G15PlBSmPJG+ODFc+VxGp2zqMjzDvYkEnR3tlJ/xl3nQ7SdUbxLLf/gGbTECNSSyWFDnoC6NE BMjPK6rEqeJyKD8H0o9vrQD6e37PvSKTXyASqQy0A95gZ1gWRxKomVkkPXa7rRo5wjbhcu4TpeaaQ WaJ1bUWA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sLR01-0000000ETam-2x1y; Sun, 23 Jun 2024 17:27:33 +0000 Received: from galois.linutronix.de ([2a0a:51c0:0:12e:550::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sLQzu-0000000ETYz-073O for linux-arm-kernel@lists.infradead.org; Sun, 23 Jun 2024 17:27:29 +0000 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1719163638; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=oNQgs/jtsewNi1//a25BPwNZEq0Iu3ZSb+SWVutwhWg=; b=AuTNeJggR3UvCNRht7/Vqfkhk8Ie1Ert61cYfMxSqB2CktWozBSGp+rZIInLL8CY4gwM8R kS357bdUvzZHW5l2/HnEunX7g0EOKOCfEIyZ14RYLdDzZ2q/2HlcNH+/bFRqHl7s3XpZeA XNzp6R7F3psZxSQwvrhJTaA725AY+1JdZZH5fZ49jBOBlYwJ1t8u7H6/O9AVETAmNYU//n ztKE+3cm7xy5PphUj5mojkKDxLqidgyIc7bcZ/EiWIquibWxT2JLC8CDG3yVJuyFWZTSAT lEO0xAwY3f3QTlqCqglrWp4jt4PjcS4UBOgXaJBO/Bsh+MSChPTZeywY9pKhAQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1719163638; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=oNQgs/jtsewNi1//a25BPwNZEq0Iu3ZSb+SWVutwhWg=; b=gVt5W9RJ8ec7jGLru9vnYm+Rd69c6ItC2Y7aPjw79ygAc6tl4YQyxvD6EWoBiwr+iH58T5 KIfKaOKW2zM4cKBQ== To: Antonio Borneo , Russell King , Maxime Coquelin , Alexandre Torgue , Catalin Marinas , Will Deacon Cc: Antonio Borneo , linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 7/8] ARM: stm32: allow build irq-stm32mp-exti driver as module In-Reply-To: <20240620083115.204362-8-antonio.borneo@foss.st.com> References: <20240620083115.204362-1-antonio.borneo@foss.st.com> <20240620083115.204362-8-antonio.borneo@foss.st.com> Date: Sun, 23 Jun 2024 19:27:18 +0200 Message-ID: <87le2va7t5.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240623_102726_301328_80F47B53 X-CRM114-Status: UNSURE ( 6.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 On Thu, Jun 20 2024 at 10:31, Antonio Borneo wrote: > Drop auto-selecting the driver, so it can be built either as a > module or built-in. How is the driver selected then? Has this to be done manually now? If so, doesn't that break things when starting from an empty config? Thanks, tglx