X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/270869139db617e29a35bb9ded41087bb702f9ac..ec4ff182252b6d7b3cb81f4fa783c5348a6c30fd:/lunaix-os/kernel/fs/LConfig diff --git a/lunaix-os/kernel/fs/LConfig b/lunaix-os/kernel/fs/LConfig index 37a9695..880d6c6 100644 --- a/lunaix-os/kernel/fs/LConfig +++ b/lunaix-os/kernel/fs/LConfig @@ -1,21 +1,23 @@ -@Collection +@Collection("File Systems") def file_system(): """ Config feature related to file system supports """ add_to_collection(kernel_feature) - @Term + @Term("ext2 support") def fs_ext2(): """ Enable ext2 file system support """ type(bool) default(True) - @Term + @Term("iso9660 support") def fs_iso9660(): """ Enable iso9660 file system support """ type(bool) default(True) + +include("ext2") \ No newline at end of file