diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-07-02 10:07:58 +0200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2021-07-06 06:09:48 +0000 |
commit | d7461f1e4bd384cba87d93fe6cf336e31c5caaec (patch) | |
tree | b9ebde6e89bef0a1219b9d1080e741bc4a181243 /src/northbridge/intel/x4x | |
parent | 8a6053b2bfb35fbe2a4398a2c299e9c12f26a8e3 (diff) |
nb/intel/x4x: Expose x86_64 support
TESTED on foxconn g41m.
Change-Id: I2d5d5dfbd76a84aa400e44b4bc2ac4f3b5b6f739
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56022
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/x4x')
-rw-r--r-- | src/northbridge/intel/x4x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig index 3ebb4fa23b..476caf5f59 100644 --- a/src/northbridge/intel/x4x/Kconfig +++ b/src/northbridge/intel/x4x/Kconfig @@ -12,6 +12,7 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS select INTEL_GMA_ACPI select CACHE_MRC_SETTINGS select BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES + select HAVE_EXP_X86_64_SUPPORT config CBFS_SIZE hex |