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

Message ID 20230726164535.230515-3-amiculas@cisco.com
State New
Headers
Series Rust PuzleFS filesystem driver |

Commit Message

Ariel Miculas July 26, 2023, 4:45 p.m. UTC
  Signed-off-by: Ariel Miculas <amiculas@cisco.com>
---
 kernel/configs/rust.config | 10 ++++++++++
 1 file changed, 10 insertions(+)
  

Patch

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
+