diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-01-09 11:15:35 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-01-09 11:15:35 -0600 |
commit | 490fa4af43c5df980cfd0029aec8e028b10529cd (patch) | |
tree | 016744de8c308b986e05f1f06a702eff0f84075d /configs | |
parent | 7b24f02e10c73c3517836f3596ff68fce4c88cae (diff) | |
download | kernel-490fa4af43c5df980cfd0029aec8e028b10529cd.tar.gz kernel-490fa4af43c5df980cfd0029aec8e028b10529cd.tar.xz kernel-490fa4af43c5df980cfd0029aec8e028b10529cd.zip |
Enable EROFS as it has been promoted from staging
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_EROFS_FS | 2 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT | 1 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_EROFS_FS_DEBUG | 1 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_EROFS_FS_POSIX_ACL | 1 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_EROFS_FS_SECURITY | 1 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_EROFS_FS_XATTR | 1 | ||||
-rw-r--r-- | configs/fedora/generic/CONFIG_EROFS_FS_ZIP | 1 |
7 files changed, 7 insertions, 1 deletions
diff --git a/configs/fedora/generic/CONFIG_EROFS_FS b/configs/fedora/generic/CONFIG_EROFS_FS index 4bdace556..0394e57c2 100644 --- a/configs/fedora/generic/CONFIG_EROFS_FS +++ b/configs/fedora/generic/CONFIG_EROFS_FS @@ -1 +1 @@ -# CONFIG_EROFS_FS is not set +CONFIG_EROFS_FS=m diff --git a/configs/fedora/generic/CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT b/configs/fedora/generic/CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT new file mode 100644 index 000000000..585602e4a --- /dev/null +++ b/configs/fedora/generic/CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT @@ -0,0 +1 @@ +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 diff --git a/configs/fedora/generic/CONFIG_EROFS_FS_DEBUG b/configs/fedora/generic/CONFIG_EROFS_FS_DEBUG new file mode 100644 index 000000000..5363c0f0a --- /dev/null +++ b/configs/fedora/generic/CONFIG_EROFS_FS_DEBUG @@ -0,0 +1 @@ +# CONFIG_EROFS_FS_DEBUG is not set diff --git a/configs/fedora/generic/CONFIG_EROFS_FS_POSIX_ACL b/configs/fedora/generic/CONFIG_EROFS_FS_POSIX_ACL new file mode 100644 index 000000000..fe4f9a826 --- /dev/null +++ b/configs/fedora/generic/CONFIG_EROFS_FS_POSIX_ACL @@ -0,0 +1 @@ +CONFIG_EROFS_FS_POSIX_ACL=y diff --git a/configs/fedora/generic/CONFIG_EROFS_FS_SECURITY b/configs/fedora/generic/CONFIG_EROFS_FS_SECURITY new file mode 100644 index 000000000..f24b07262 --- /dev/null +++ b/configs/fedora/generic/CONFIG_EROFS_FS_SECURITY @@ -0,0 +1 @@ +CONFIG_EROFS_FS_SECURITY=y diff --git a/configs/fedora/generic/CONFIG_EROFS_FS_XATTR b/configs/fedora/generic/CONFIG_EROFS_FS_XATTR new file mode 100644 index 000000000..751034acd --- /dev/null +++ b/configs/fedora/generic/CONFIG_EROFS_FS_XATTR @@ -0,0 +1 @@ +CONFIG_EROFS_FS_XATTR=y diff --git a/configs/fedora/generic/CONFIG_EROFS_FS_ZIP b/configs/fedora/generic/CONFIG_EROFS_FS_ZIP new file mode 100644 index 000000000..fe558502b --- /dev/null +++ b/configs/fedora/generic/CONFIG_EROFS_FS_ZIP @@ -0,0 +1 @@ +CONFIG_EROFS_FS_ZIP=y |