From: Thomas Weißschuh Date: Sat, 8 Feb 2025 13:31:15 +0000 (+0100) Subject: rust: add kunitconfig X-Git-Tag: v6.15-rc1~93^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb625227d540ddead4d21813410a116e9452d232;p=thirdparty%2Fkernel%2Flinux.git rust: add kunitconfig The kunitconfig file in a directory is used by kunit.py to enable all necessary kernel configurations to run the tests in that subdirectory. Add such a file for rust/. Signed-off-by: Thomas Weißschuh Reviewed-by: David Gow Link: https://lore.kernel.org/r/20250208-rust-kunit-v1-2-94a026be6d72@weissschuh.net Signed-off-by: Miguel Ojeda --- diff --git a/rust/.kunitconfig b/rust/.kunitconfig new file mode 100644 index 0000000000000..9e72a5ab03c9a --- /dev/null +++ b/rust/.kunitconfig @@ -0,0 +1,3 @@ +CONFIG_KUNIT=y +CONFIG_RUST=y +CONFIG_RUST_KERNEL_DOCTESTS=y