From 0254c2d99fc7a5858be4826c576ca743d005b213 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 3 Feb 2017 16:09:45 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/18304 Reviewed-by: Duncan Laurie Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/southbridge/intel/common/firmware/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/southbridge') 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 -- cgit v1.2.3