coreinfo:  Add a module for browsing the boot LAR

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3289 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/payloads/coreinfo/Kconfig b/payloads/coreinfo/Kconfig
index 37bfa6b..c5ce217 100644
--- a/payloads/coreinfo/Kconfig
+++ b/payloads/coreinfo/Kconfig
@@ -68,5 +68,9 @@
 	bool "Enable the coreboot bootlog module"
 	default y
 
+config MODULE_LAR
+	bool "Enable the coreboot LAR module"
+	default y
+
 endmenu