From: Neal Gompa <ngompa@xxxxxxxxxxxxxxxxx> 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 <ngompa@xxxxxxxxxxxxxxxxx> --- redhat/configs/common/generic/CONFIG_CRYPTO_XXHASH | 2 +- redhat/configs/common/generic/CONFIG_LIBCRC32C | 2 +- redhat/configs/fedora/generic/CONFIG_BTRFS_FS | 2 +- redhat/configs/fedora/generic/CONFIG_CRYPTO_BLAKE2B | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/redhat/configs/common/generic/CONFIG_CRYPTO_XXHASH b/redhat/configs/common/generic/CONFIG_CRYPTO_XXHASH index 95c76019f410..974554787937 100644 --- a/redhat/configs/common/generic/CONFIG_CRYPTO_XXHASH +++ b/redhat/configs/common/generic/CONFIG_CRYPTO_XXHASH @@ -1 +1 @@ -CONFIG_CRYPTO_XXHASH=m +CONFIG_CRYPTO_XXHASH=y diff --git a/redhat/configs/common/generic/CONFIG_LIBCRC32C b/redhat/configs/common/generic/CONFIG_LIBCRC32C index ed0c7dfc7191..887fe16f50df 100644 --- a/redhat/configs/common/generic/CONFIG_LIBCRC32C +++ b/redhat/configs/common/generic/CONFIG_LIBCRC32C @@ -1 +1 @@ -CONFIG_LIBCRC32C=m +CONFIG_LIBCRC32C=y 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 -- GitLab _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/kernel@xxxxxxxxxxxxxxxxxxxxxxx