[PATCH v8 25/31] configs: add `rust` config

Miguel Ojeda posted 31 patches 3 years, 8 months ago
There is a newer version of this series
[PATCH v8 25/31] configs: add `rust` config
Posted by Miguel Ojeda 3 years, 8 months ago
From: Wedson Almeida Filho <wedsonaf@google.com>

This allows us to enable Rust while creating a configuration file, for
example, we can run `make defconfig rust.config` from the command line
to create the default configuration plus enable Rust.

Co-developed-by: Alex Gaynor <alex.gaynor@gmail.com>
Signed-off-by: Alex Gaynor <alex.gaynor@gmail.com>
Signed-off-by: Wedson Almeida Filho <wedsonaf@google.com>
Co-developed-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
 kernel/configs/rust.config | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 kernel/configs/rust.config

diff --git a/kernel/configs/rust.config b/kernel/configs/rust.config
new file mode 100644
index 000000000000..38a7c5362c9c
--- /dev/null
+++ b/kernel/configs/rust.config
@@ -0,0 +1 @@
+CONFIG_RUST=y
-- 
2.37.1