diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-11-23 13:34:56 +0100 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2021-01-24 12:04:40 +0000 |
commit | 3f0a95ac4c99b519f2b9baeb6cac8783c951cbe5 (patch) | |
tree | b558e78d596d5b3735e83ea0464485be99f00331 /src/mainboard/google/auron | |
parent | e751a101c08d540c59fc39def9681a0ee227d825 (diff) | |
download | coreboot-3f0a95ac4c99b519f2b9baeb6cac8783c951cbe5.tar.gz coreboot-3f0a95ac4c99b519f2b9baeb6cac8783c951cbe5.tar.bz2 coreboot-3f0a95ac4c99b519f2b9baeb6cac8783c951cbe5.zip |
soc/intel/broadwell: Select CPU_INTEL_HASWELL
This allows us to drop many now-redundant Kconfig options.
Tested with BUILD_TIMELESS=1, Purism Librem 13 v1 remains identical.
The default configuration file also remains identical, as expected.
Change-Id: I20b0200550508679bf2533342ce918b221dcf81e
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46953
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/google/auron')
-rw-r--r-- | src/mainboard/google/auron/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/auron/Kconfig b/src/mainboard/google/auron/Kconfig index 293a97307160..5301e32571b9 100644 --- a/src/mainboard/google/auron/Kconfig +++ b/src/mainboard/google/auron/Kconfig @@ -1,7 +1,6 @@ config BOARD_GOOGLE_BASEBOARD_AURON def_bool n - select CPU_INTEL_HASWELL select SOC_INTEL_BROADWELL select BOARD_ROMSIZE_KB_8192 select EC_GOOGLE_CHROMEEC |