aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Zeh <werner.zeh@siemens.com>2015-02-10 09:16:56 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-02-10 09:26:52 +0100
commitb474abee84445b6ad84a9f2a920d96ec55bdf2d3 (patch)
tree6d25b94966dda1abb6dd3b559612354797c47277
parent208a53527a01ad989eef797c1f8e002f6a4140ec (diff)
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> Reviewed-on: http://review.coreboot.org/8398 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r--src/soc/intel/fsp_baytrail/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.