From b474abee84445b6ad84a9f2a920d96ec55bdf2d3 Mon Sep 17 00:00:00 2001 From: Werner Zeh Date: Tue, 10 Feb 2015 09:16:56 +0100 Subject: [PATCH] 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 Reviewed-on: http://review.coreboot.org/8398 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc Reviewed-by: Patrick Georgi --- 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 0ebb5c7ba2..639071a3c8 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.