diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-07-30 06:23:10 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-01 20:17:02 +0800 |
commit | 1e452b4686efd06a8bfe826969566f2128f9e248 (patch) | |
tree | 63db0bfd1b463981fb78027ddd28ee216a1d1de2 /configs/conga-qeval20-qa3-e3845_defconfig | |
parent | 6bf89de7e1189a61522dd1f8880d8d2be8d3ba57 (diff) | |
download | u-boot-1e452b4686efd06a8bfe826969566f2128f9e248.tar.gz |
x86: kconfig: Imply HAVE_INTEL_ME in the platform Kconfig
Intel Management Engine is required by the platform, however it's
not a must have when building a U-Boot image. For example, during
development normally programming ME firmware is a one-time effort.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/conga-qeval20-qa3-e3845_defconfig')
-rw-r--r-- | configs/conga-qeval20-qa3-e3845_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/conga-qeval20-qa3-e3845_defconfig b/configs/conga-qeval20-qa3-e3845_defconfig index 8c6733fcfe..4afa26cf30 100644 --- a/configs/conga-qeval20-qa3-e3845_defconfig +++ b/configs/conga-qeval20-qa3-e3845_defconfig @@ -3,7 +3,6 @@ CONFIG_VENDOR_CONGATEC=y CONFIG_TARGET_CONGA_QEVAL20_QA3_E3845=y CONFIG_DEFAULT_DEVICE_TREE="conga-qeval20-qa3-e3845" CONFIG_DEBUG_UART=y -CONFIG_HAVE_INTEL_ME=y CONFIG_ENABLE_MRC_CACHE=y CONFIG_SMP=y CONFIG_HAVE_VGA_BIOS=y |