Reduce warnings/errors in libpayload when using picky compiler options
[coreboot.git] / payloads / libpayload / Config.in
index 0a9265d73327248b85a71cbbeec24c9e51bfe3b7..fe534001bb40725b557bc917b13750ab412a390c 100644 (file)
@@ -73,6 +73,10 @@ config TARGET_POWERPC
 
 endchoice
 
+config MEMMAP_RAM_ONLY
+       bool "Only consider RAM entries in memory map for further processing"
+       default n
+
 config MULTIBOOT
        bool "Multiboot header support"
        depends on TARGET_I386