Add the CONFIG_ROMS config variable.
[coreboot.git] / src / mainboard / asus / p2b-f / Options.lb
index ce083410e473a7e190fc0820ce17db5851ce24ec..ae66752d25b7996059576b021c4c6e5ab9cfe379 100644 (file)
@@ -19,6 +19,7 @@
 ##
 
 uses HAVE_MP_TABLE
+uses CONFIG_ROMFS
 uses HAVE_PIRQ_TABLE
 uses USE_FALLBACK_IMAGE
 uses HAVE_FALLBACK_BOOT
@@ -96,4 +97,9 @@ default MAXIMUM_CONSOLE_LOGLEVEL = 9
 default CONFIG_CONSOLE_VGA = 1
 default CONFIG_PCI_ROM_RUN = 1
 
+#
+# ROMFS
+#
+#
+default CONFIG_ROMFS=0
 end