From d469cdab93ae1d60421116def8a9800da8374274 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 31 Mar 2009 16:32:01 +0000 Subject: Add the CONFIG_ROMS config variable. Tested under abuild, causes no trouble. Signed-off-by: Ronald G. Minnich Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4035 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 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 -- cgit v1.2.3