git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Menuconfig Implementation and auto-qemu refactoring (#44)
[lunaix-os.git]
/
lunaix-os
/
kernel
/
fs
/
LConfig
diff --git
a/lunaix-os/kernel/fs/LConfig
b/lunaix-os/kernel/fs/LConfig
index 37a9695aee4ac491dacb6ca263a01f4e1c92697c..194e1868a7ab0737b1fcfe093f08108e954b67c5 100644
(file)
--- a/
lunaix-os/kernel/fs/LConfig
+++ b/
lunaix-os/kernel/fs/LConfig
@@
-1,18
+1,18
@@
-@Collection
+@Collection
("File Systems")
def file_system():
""" Config feature related to file system supports """
add_to_collection(kernel_feature)
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)
def fs_ext2():
""" Enable ext2 file system support """
type(bool)
default(True)
- @Term
+ @Term
("iso9660 support")
def fs_iso9660():
""" Enable iso9660 file system support """
def fs_iso9660():
""" Enable iso9660 file system support """