coreinfo: Add a module for browsing the boot LAR
[coreboot.git] / payloads / coreinfo / Kconfig
index 37bfa6bd3656081c6c228a5aa0561fc91b04ef8f..c5ce217fb1a73e9bd6434597858b0d0e0feabcec 100644 (file)
@@ -68,5 +68,9 @@ config MODULE_BOOTLOG
        bool "Enable the coreboot bootlog module"
        default y
 
+config MODULE_LAR
+       bool "Enable the coreboot LAR module"
+       default y
+
 endmenu