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

Ariel Miculas posted 10 patches 2 years, 1 month ago
[RFC PATCH v2 02/10] kernel: configs: enable rust samples in rust.config
Posted by Ariel Miculas 2 years, 1 month ago
Signed-off-by: Ariel Miculas <amiculas@cisco.com>
---
 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