diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2021-10-03 12:02:49 +0200 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2021-10-07 05:27:43 +0000 |
commit | 4dc9e5b3c71ba85e3aa19a98c58a86194a3fd8f5 (patch) | |
tree | 9baf31488d0496e4bd8c80c5b657e9f514c20f60 /src/soc/intel/cannonlake | |
parent | 2a634ab560089a43dee0a22fcf67e42135238300 (diff) |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 88c914d06c..227f680bcc 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 |