From: qzhang2 <[email protected]> This fragment enbale linux kernel f2fs related options etc
Signed-off-by: qzhang2 <[email protected]> --- features/f2fs/f2fs.cfg | 9 +++++++++ features/f2fs/f2fs.scc | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 features/f2fs/f2fs.cfg create mode 100644 features/f2fs/f2fs.scc diff --git a/features/f2fs/f2fs.cfg b/features/f2fs/f2fs.cfg new file mode 100644 index 0000000..4e59ac1 --- /dev/null +++ b/features/f2fs/f2fs.cfg @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: MIT +CONFIG_F2FS_FS=y +CONFIG_F2FS_STAT_FS=y +CONFIG_F2FS_FS_XATTR=y +CONFIG_F2FS_FS_POSIX_ACL=y +CONFIG_F2FS_FS_SECURITY=y +CONFIG_F2FS_CHECK_FS=y +CONFIG_F2FS_IO_TRACE=y +CONFIG_F2FS_FAULT_INJECTION=y diff --git a/features/f2fs/f2fs.scc b/features/f2fs/f2fs.scc new file mode 100644 index 0000000..a070c6b --- /dev/null +++ b/features/f2fs/f2fs.scc @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: MIT +kconf non-hardware f2fs.cfg -- 2.7.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8560): https://lists.yoctoproject.org/g/linux-yocto/message/8560 Mute This Topic: https://lists.yoctoproject.org/mt/72533838/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
