Change default path and configuration for Coreinfo.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Cai Bai Yin <caibaiyin.pku@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5685 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/payloads/coreinfo/Kconfig b/payloads/coreinfo/Kconfig
index 461cd24..4a8508e 100644
--- a/payloads/coreinfo/Kconfig
+++ b/payloads/coreinfo/Kconfig
@@ -103,8 +103,10 @@
 	default y
 
 config MODULE_LAR
-	bool "Enable the coreboot LAR module"
-	default y
+	bool "Enable the coreboot v3 LAR module"
+	help
+	  LAR support must also be enabled in libpayload.
+	default n
 
 config MODULE_CBFS
 	bool "Enable the coreboot CBFS module"