southbridge/intel/common/firmware: allow locking ME without HAVE_ME_BIN
The apollolake boards don't have an me.bin proper, but they still have descriptor regions which need to be locked down. Therefore, remove the restriction of HAVE_ME_BIN from LOCK_MANAGEMENT_ENGINE. BUG=chrome-os-partner:62177 TEST=For apollolake one can select LOCK_MANAGEMENT_ENGINE. Change-Id: I73aab3a604ec25cd56d760bf76cc21c5a298799e Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/18304 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
7d14af8154
commit
0254c2d99f
|
@ -165,7 +165,6 @@ config IFD_PLATFORM_SECTION
|
|||
|
||||
config LOCK_MANAGEMENT_ENGINE
|
||||
bool "Lock ME/TXE section"
|
||||
depends on HAVE_ME_BIN
|
||||
default n
|
||||
help
|
||||
The Intel Firmware Descriptor supports preventing write accesses
|
||||
|
|
Loading…
Reference in New Issue