Werner Zeh (werner.zeh@siemens.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8398
-gerrit
commit 62ed1276c6293fcd9ba14105ec15c11b89accc06 Author: Werner Zeh werner.zeh@siemens.com Date: Tue Feb 10 09:16:56 2015 +0100
Baytrail_fsp: Make ME path configurable in menuconfig
By adding a description to ME_PATH it becomes visible and editable in menuconfig.
Change-Id: I8c2f6a30c10f16b19f3667263db02c93688c9f8f Signed-off-by: Werner Zeh werner.zeh@siemens.com --- src/soc/intel/fsp_baytrail/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/soc/intel/fsp_baytrail/Kconfig b/src/soc/intel/fsp_baytrail/Kconfig index 0ebb5c7..639071a 100644 --- a/src/soc/intel/fsp_baytrail/Kconfig +++ b/src/soc/intel/fsp_baytrail/Kconfig @@ -122,7 +122,7 @@ config INCLUDE_ME to build it in here.
config ME_PATH - string + string "Path to ME" depends on INCLUDE_ME help The path of the TXE and Descriptor files.