Menuconfig Implementation and auto-qemu refactoring (#44)
[lunaix-os.git] / lunaix-os / kernel / fs / LConfig
index 37a9695aee4ac491dacb6ca263a01f4e1c92697c..194e1868a7ab0737b1fcfe093f08108e954b67c5 100644 (file)
@@ -1,18 +1,18 @@
 
-@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 """