[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240516190345.957477-16-amiculas@cisco.com>
Date: Thu, 16 May 2024 22:03:38 +0300
From: Ariel Miculas <amiculas@...co.com>
To: rust-for-linux@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
tycho@...ho.pizza, brauner@...nel.org, viro@...iv.linux.org.uk,
ojeda@...nel.org, alex.gaynor@...il.com, wedsonaf@...il.com,
shallyn@...co.com, Ariel Miculas <amiculas@...co.com>
Subject: [RFC PATCH v3 15/22] kernel: configs: add puzzlefs config fragment
Add a config fragment for PuzzleFS for convenience. A minimal
configuration which contains PuzzleFS can be generated by running:
make LLVM=1 allnoconfig qemu-busybox-min.config puzzlefs.config
Signed-off-by: Ariel Miculas <amiculas@...co.com>
---
kernel/configs/puzzlefs.config | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 kernel/configs/puzzlefs.config
diff --git a/kernel/configs/puzzlefs.config b/kernel/configs/puzzlefs.config
new file mode 100644
index 000000000000..e4fc4b4a9eac
--- /dev/null
+++ b/kernel/configs/puzzlefs.config
@@ -0,0 +1,4 @@
+CONFIG_BUFFER_HEAD=y
+CONFIG_RUST=y
+CONFIG_MISC_FILESYSTEMS=y
+CONFIG_PUZZLEFS_FS=y
--
2.34.1
Powered by blists - more mailing lists