Add a coreinfo module which can hexdump arbitrary RAM regions and
[coreboot.git] / payloads / coreinfo / Kconfig
index 37bfa6bd3656081c6c228a5aa0561fc91b04ef8f..4281c66829a33837314390a3e3dac444af3210cb 100644 (file)
@@ -68,5 +68,13 @@ config MODULE_BOOTLOG
        bool "Enable the coreboot bootlog module"
        default y
 
+config MODULE_RAMDUMP
+       bool "Enable the RAM dump module"
+       default y
+
+config MODULE_LAR
+       bool "Enable the coreboot LAR module"
+       default y
+
 endmenu