From 711c8bddfed6eaee3775d71dd903c9c1daa50342 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Sat, 13 Mar 2004 04:04:58 +0000 Subject: added fat support git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1416 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/config') 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 -- cgit v1.2.3