diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-08-09 18:07:42 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-08-09 18:19:53 +0200 |
commit | 1882527399ab835bc24cb44b08774c3f101c4396 (patch) | |
tree | 579305b1fc45a9bffd0ed65d23340f88d2059e7c | |
parent | 8a57b3922342bbe4557a9efcd05125dd18c79e84 (diff) | |
download | coreboot-1882527399ab835bc24cb44b08774c3f101c4396.tar.xz |
ivybridge: Don't propose to include systemagent on native boards.
Change-Id: Ib70a6741b55609840b6fd2fca16bcf9883bf143c
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/6566
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
-rw-r--r-- | src/northbridge/intel/sandybridge/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig index 883d36f42a..cccc09ed72 100644 --- a/src/northbridge/intel/sandybridge/Kconfig +++ b/src/northbridge/intel/sandybridge/Kconfig @@ -79,6 +79,7 @@ config DCACHE_RAM_MRC_VAR_SIZE config HAVE_MRC bool "Add a System Agent binary" + depends on !NORTHBRIDGE_INTEL_IVYBRIDGE_NATIVE help Select this option to add a System Agent binary to the resulting coreboot image. |