diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-10-29 11:07:57 +0100 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2021-01-24 12:02:25 +0000 |
commit | ba78fce8680573b83ba1b5f9e322d1f7cf169dd3 (patch) | |
tree | 2d503295fd728e9da3021dbcffeecede1d6d1c45 /src/mainboard/purism/librem_bdw/Kconfig | |
parent | a3288b38e10dc78d31670449904268cc72a5cb47 (diff) |
mb/purism/librem_bdw: Use Haswell CPU code
Change-Id: I736bff90305952d279a10dfe90a2ee3a533220b5
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46948
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/purism/librem_bdw/Kconfig')
-rw-r--r-- | src/mainboard/purism/librem_bdw/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/purism/librem_bdw/Kconfig b/src/mainboard/purism/librem_bdw/Kconfig index ad764b7fd6..481909bece 100644 --- a/src/mainboard/purism/librem_bdw/Kconfig +++ b/src/mainboard/purism/librem_bdw/Kconfig @@ -1,5 +1,6 @@ config BOARD_PURISM_BASEBOARD_LIBREM_BDW def_bool n + select CPU_INTEL_HASWELL select SYSTEM_TYPE_LAPTOP select BOARD_ROMSIZE_KB_8192 select HAVE_ACPI_RESUME |