Add support for a 'bootlog' module to coreinfo.
[coreboot.git] / payloads / coreinfo / Kconfig
index b0754dedc3e88a8196e0fa52d0b92fb0fdd9c0f7..37bfa6bd3656081c6c228a5aa0561fc91b04ef8f 100644 (file)
@@ -64,5 +64,9 @@ config MODULE_NVRAM
        help
          This option will increase the ELF file size by ca. 350 bytes.
 
+config MODULE_BOOTLOG
+       bool "Enable the coreboot bootlog module"
+       default y
+
 endmenu