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 2064ffc2ef..8646eb8d9b 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -537,6 +537,11 @@ define CONFIG_FS_ISO9660 export always comment "Enable ISO9660 filesystem support" end +define CONFIG_FS_FAT + default 0 + export always + comment "Enable FAT filesystem support" +end define AUTOBOOT_DELAY default 2 export always |