From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 19 Mar 2025 09:02:29 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tuoNi-001NEG-0g for lore@lore.pengutronix.de; Wed, 19 Mar 2025 09:02:29 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tuoNh-0000Jx-7H; Wed, 19 Mar 2025 09:02:29 +0100 To: ptxdist@pengutronix.de Date: Wed, 19 Mar 2025 09:01:54 +0100 In-Reply-To: <20250319080154.35145-1-ada@thorsis.com> References: <20250319080154.35145-1-ada@thorsis.com> MIME-Version: 1.0 Message-ID: List-Id: PTXdist Development Mailing List List-Post: From: Alexander Dahl via ptxdist Precedence: list Cc: Alexander Dahl X-Mailman-Version: 2.1.29 X-BeenThere: ptxdist@pengutronix.de List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: ptxdist@pengutronix.de List-Help: Subject: [ptxdist] [PATCH v2 3/3] at91bootstrap2: Add note on kconfig-targets helper Content-Type: message/rfc822 Content-Disposition: inline Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Received: from mail.thorsis.com ([217.92.40.78]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tuoNF-0008Sc-Fw for ptxdist@pengutronix.de; Wed, 19 Mar 2025 09:02:03 +0100 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id E28FA148360E for ; Wed, 19 Mar 2025 09:02:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=dkim; t=1742371320; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lfoLrqMPPpLu8A9a7iqXG5xu0VXVXYvBxUMnN7Evn6g=; b=Ef46e53zzl6Mv7r3ReQz9Yq8G9TLA10G7IgyNyu1AuTjgXbhRB40niOnyCHEscDeeBuJQM +DwhzMzVg6uV35EFlL2KKhOoU/ohvpMLVR8DnCyfMuJz44NyBrnySoE2/WevtGp+EZhYAo jmbsDZiV9vJnbH17tWNWqj5ETJqevAeWeLf5MpPGD7qg+z+54Zr63paFziHhSktVEsGdfF /SjlymRggzrE+bCov0/8Yg1OYE/4fzKDp7YQs6UBPQedgnNYuhDTxwjI6/ceFhQr1lrBb7 IzZxbxwKi6CMQSZZdWwhWkuFYf8kscRc7z4WH+lYXAJwFHuvVQoQE/bnVimuZQ== From: Alexander Dahl To: ptxdist@pengutronix.de Date: Wed, 19 Mar 2025 09:01:54 +0100 Message-Id: <20250319080154.35145-4-ada@thorsis.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250319080154.35145-1-ada@thorsis.com> References: <20250319080154.35145-1-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 X-SA-Exim-Connect-IP: 217.92.40.78 X-SA-Exim-Mail-From: ada@thorsis.com X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-3.3 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED,RCVD_IN_VALIDITY_RPBL_BLOCKED, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [PATCH v2 3/3] at91bootstrap2: Add note on kconfig-targets helper X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on metis.whiteo.stw.pengutronix.de) X-PTX-Original-Recipient: ptxdist@pengutronix.de The Makefile of recent at91bootstrap does not allow all Kconfig features known by kernel and other projects. Signed-off-by: Alexander Dahl --- Notes: v2: - new patch, not present in v1 rules/at91bootstrap2.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/at91bootstrap2.make b/rules/at91bootstrap2.make index 04041a05b..47eabce29 100644 --- a/rules/at91bootstrap2.make +++ b/rules/at91bootstrap2.make @@ -86,6 +86,7 @@ $(STATEDIR)/at91bootstrap2.clean: # oldconfig / menuconfig # ---------------------------------------------------------------------------- +# does not support the full set of kconfig targets, can not use ptx/kconfig-targets here at91bootstrap2_oldconfig at91bootstrap2_menuconfig: $(STATEDIR)/at91bootstrap2.extract @$(call world/kconfig, AT91BOOTSTRAP2, $(subst at91bootstrap2_,,$@)) -- 2.39.5