summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2021-10-03 12:02:49 +0200
committerWerner Zeh <werner.zeh@siemens.com>2021-10-07 05:27:43 +0000
commit4dc9e5b3c71ba85e3aa19a98c58a86194a3fd8f5 (patch)
tree9baf31488d0496e4bd8c80c5b657e9f514c20f60 /src/soc/intel/cannonlake
parent2a634ab560089a43dee0a22fcf67e42135238300 (diff)
downloadcoreboot-4dc9e5b3c71ba85e3aa19a98c58a86194a3fd8f5.tar.gz
coreboot-4dc9e5b3c71ba85e3aa19a98c58a86194a3fd8f5.tar.bz2
coreboot-4dc9e5b3c71ba85e3aa19a98c58a86194a3fd8f5.zip
soc/intel/cannonlake: Enable x86_64 support
Select HAVE_EXP_X86_64_SUPPORT. Tested on prodrive/hermes: Boots into Linux. Change-Id: I033ccd5dc793b637a2ac4271b450335464564885 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58089 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/soc/intel/cannonlake')
-rw-r--r--src/soc/intel/cannonlake/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index 88c914d06c89..227f680bccac 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -7,6 +7,7 @@ config SOC_INTEL_COFFEELAKE
select FSP_USES_CB_STACK
select HAVE_INTEL_FSP_REPO
select SOC_INTEL_CONFIGURE_DDI_A_4_LANES
+ select HAVE_EXP_X86_64_SUPPORT
config SOC_INTEL_WHISKEYLAKE
bool