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>
This commit is contained in:
parent
208a53527a
commit
b474abee84
|
@ -122,7 +122,7 @@ config INCLUDE_ME
|
||||||
to build it in here.
|
to build it in here.
|
||||||
|
|
||||||
config ME_PATH
|
config ME_PATH
|
||||||
string
|
string "Path to ME"
|
||||||
depends on INCLUDE_ME
|
depends on INCLUDE_ME
|
||||||
help
|
help
|
||||||
The path of the TXE and Descriptor files.
|
The path of the TXE and Descriptor files.
|
||||||
|
|
Loading…
Reference in New Issue