diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 587a1cca4a..ee0b2ceb83 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -679,6 +679,11 @@ define CONFIG_FS_FAT export always comment "Enable FAT filesystem support" end +define CONFIG_ROMFS + default 0 + export always + comment "The new ROMFS file system" +end define AUTOBOOT_DELAY default 2 export always |