[RFC PATCH v2 02/10] kernel: configs: enable rust samples in rust.config

From: Ariel Miculas
Date: Wed Jul 26 2023 - 12:49:53 EST


Signed-off-by: Ariel Miculas <amiculas@xxxxxxxxx>
---
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=y
+
+CONFIG_MODULES=y
+CONFIG_SAMPLES=y
+CONFIG_SAMPLES_RUST=y
+CONFIG_SAMPLE_RUST_MINIMAL=m
+CONFIG_SAMPLE_RUST_PRINT=m
+CONFIG_SAMPLE_RUST_FS=m
+CONFIG_SAMPLE_PUZZLEFS=y
+CONFIG_SAMPLE_RUST_HOSTPROGS=y
+
--
2.41.0