Message ID | 20230726164535.230515-3-amiculas@cisco.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Rust PuzleFS filesystem driver | expand |
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 +
Signed-off-by: Ariel Miculas <amiculas@cisco.com> --- kernel/configs/rust.config | 10 ++++++++++ 1 file changed, 10 insertions(+)