diff options
author | Aaron Durbin <adurbin@chromium.org> | 2017-02-03 16:09:45 -0600 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-02-08 15:12:50 +0100 |
commit | 0254c2d99fc7a5858be4826c576ca743d005b213 (patch) | |
tree | b863b0a2addf83e6fe3bd05d9d2f35eedd638e12 | |
parent | 7d14af815492d7d886244086ad24dde3d9805381 (diff) |
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>
-rw-r--r-- | src/southbridge/intel/common/firmware/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/common/firmware/Kconfig b/src/southbridge/intel/common/firmware/Kconfig index af26b2de2a..da40db0fd1 100644 --- a/src/southbridge/intel/common/firmware/Kconfig +++ b/src/southbridge/intel/common/firmware/Kconfig @@ -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 |