From nobody Tue Sep 9 23:10:17 2025 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 5AC2EC001DC for ; Wed, 26 Jul 2023 16:49:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230379AbjGZQtw (ORCPT ); Wed, 26 Jul 2023 12:49:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229661AbjGZQtu (ORCPT ); Wed, 26 Jul 2023 12:49:50 -0400 X-Greylist: delayed 150 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 26 Jul 2023 09:49:49 PDT Received: from aer-iport-6.cisco.com (aer-iport-6.cisco.com [173.38.203.68]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E8FAC0 for ; Wed, 26 Jul 2023 09:49:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=576; q=dns/txt; s=iport; t=1690390189; x=1691599789; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=UnLNYfFO6tQLV/Mk+1rvunpJiCcagHvFt3GyP/A8BGs=; b=M/bVdS64Sb/JI3O02vta4WDolgueC5diwax2GsXrWIPXenOD3JiISQRU UD5ayjfGtA9UHNhT90FoEtRSLsBkZ6YHnr4BfdkJaLPejhsLfwbt10by2 f5pipf3EBsqaQZv8U89+TcPp8xwspQVoi05extMi7jPpD52pKWGuSnT4N k=; X-IronPort-AV: E=Sophos;i="6.01,232,1684800000"; d="scan'208";a="6049462" Received: from aer-iport-nat.cisco.com (HELO aer-core-7.cisco.com) ([173.38.203.22]) by aer-iport-6.cisco.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jul 2023 16:46:11 +0000 Received: from archlinux-cisco.cisco.com (dhcp-10-61-98-211.cisco.com [10.61.98.211]) (authenticated bits=0) by aer-core-7.cisco.com (8.15.2/8.15.2) with ESMTPSA id 36QGjqTs022602 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 26 Jul 2023 16:46:10 GMT From: Ariel Miculas To: rust-for-linux@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, tycho@tycho.pizza, brauner@kernel.org, viro@zeniv.linux.org.uk, ojeda@kernel.org, alex.gaynor@gmail.com, wedsonaf@gmail.com, Ariel Miculas Subject: [RFC PATCH v2 02/10] kernel: configs: enable rust samples in rust.config Date: Wed, 26 Jul 2023 19:45:26 +0300 Message-ID: <20230726164535.230515-3-amiculas@cisco.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230726164535.230515-1-amiculas@cisco.com> References: <20230726164535.230515-1-amiculas@cisco.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Authenticated-User: amiculas X-Outbound-SMTP-Client: 10.61.98.211, dhcp-10-61-98-211.cisco.com X-Outbound-Node: aer-core-7.cisco.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Signed-off-by: Ariel Miculas --- kernel/configs/rust.config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kernel/configs/rust.config b/kernel/configs/rust.config index 38a7c5362c9c..63798ae5f3a5 100644 --- a/kernel/configs/rust.config +++ b/kernel/configs/rust.config @@ -1 +1,11 @@ CONFIG_RUST=3Dy + +CONFIG_MODULES=3Dy +CONFIG_SAMPLES=3Dy +CONFIG_SAMPLES_RUST=3Dy +CONFIG_SAMPLE_RUST_MINIMAL=3Dm +CONFIG_SAMPLE_RUST_PRINT=3Dm +CONFIG_SAMPLE_RUST_FS=3Dm +CONFIG_SAMPLE_PUZZLEFS=3Dy +CONFIG_SAMPLE_RUST_HOSTPROGS=3Dy + --=20 2.41.0