From: Neal Gompa <[email protected]>

Now that we are using Btrfs by default on most flavors of Fedora,
let's have the Btrfs filesystem built into the kernel to make
booting without an initramfs work.

Reference: https://fedoraproject.org/wiki/Changes/BtrfsByDefault

Signed-off-by: Neal Gompa <[email protected]>
---
 redhat/configs/fedora/generic/CONFIG_BTRFS_FS       | 2 +-
 redhat/configs/fedora/generic/CONFIG_CRYPTO_BLAKE2B | 2 +-
 redhat/configs/fedora/generic/CONFIG_CRYPTO_XXHASH  | 1 +
 redhat/configs/fedora/generic/CONFIG_LIBCRC32C      | 1 +
 4 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 redhat/configs/fedora/generic/CONFIG_CRYPTO_XXHASH
 create mode 100644 redhat/configs/fedora/generic/CONFIG_LIBCRC32C

diff --git a/redhat/configs/fedora/generic/CONFIG_BTRFS_FS 
b/redhat/configs/fedora/generic/CONFIG_BTRFS_FS
index 3b4d4254c153..605c1837e10d 100644
--- a/redhat/configs/fedora/generic/CONFIG_BTRFS_FS
+++ b/redhat/configs/fedora/generic/CONFIG_BTRFS_FS
@@ -1 +1 @@
-CONFIG_BTRFS_FS=m
+CONFIG_BTRFS_FS=y
diff --git a/redhat/configs/fedora/generic/CONFIG_CRYPTO_BLAKE2B 
b/redhat/configs/fedora/generic/CONFIG_CRYPTO_BLAKE2B
index 13f92b91f5b6..5a978e9664f7 100644
--- a/redhat/configs/fedora/generic/CONFIG_CRYPTO_BLAKE2B
+++ b/redhat/configs/fedora/generic/CONFIG_CRYPTO_BLAKE2B
@@ -1 +1 @@
-CONFIG_CRYPTO_BLAKE2B=m
+CONFIG_CRYPTO_BLAKE2B=y
diff --git a/redhat/configs/fedora/generic/CONFIG_CRYPTO_XXHASH 
b/redhat/configs/fedora/generic/CONFIG_CRYPTO_XXHASH
new file mode 100644
index 000000000000..974554787937
--- /dev/null
+++ b/redhat/configs/fedora/generic/CONFIG_CRYPTO_XXHASH
@@ -0,0 +1 @@
+CONFIG_CRYPTO_XXHASH=y
diff --git a/redhat/configs/fedora/generic/CONFIG_LIBCRC32C 
b/redhat/configs/fedora/generic/CONFIG_LIBCRC32C
new file mode 100644
index 000000000000..887fe16f50df
--- /dev/null
+++ b/redhat/configs/fedora/generic/CONFIG_LIBCRC32C
@@ -0,0 +1 @@
+CONFIG_LIBCRC32C=y
-- 
GitLab
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to