From 3a39180b824ef64e00298ee82a2d5592ef28f3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Tue, 29 Nov 2016 17:45:56 +0200 Subject: [PATCH] UPSTREAM: intel/sch: Switch to MMCONF_SUPPORT_DEFAULT Forgot to actually "flip the bit" in commit ebc21d1 intel/sch: Switch to MMCONF_SUPPORT_DEFAULT BUG=None BRANCH=None TEST=None Signed-off-by: Kysti Mlkki Reviewed-on: https://review.coreboot.org/17640 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Change-Id: Ic095594acb08bae17a6443bc302eb8bfb1ce2083 Reviewed-on: https://chromium-review.googlesource.com/415502 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/soc/intel/sch/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/sch/Kconfig b/src/soc/intel/sch/Kconfig index e97d6b3629..ed3e0032da 100644 --- a/src/soc/intel/sch/Kconfig +++ b/src/soc/intel/sch/Kconfig @@ -15,7 +15,7 @@ config SOC_INTEL_SCH bool - select MMCONF_SUPPORT + select MMCONF_SUPPORT_DEFAULT select LATE_CBMEM_INIT select INTEL_GMA_ACPI select SOUTHBRIDGE_INTEL_COMMON