diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-09-01 09:38:19 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-09-04 18:32:33 +0000 |
commit | 00ff21f6daff036ae2e09869070ab2793d8dbd8b (patch) | |
tree | 9b28e48fcd31bdd847443e5510da92757f6ade5f /src/mainboard/google/slippy/Kconfig | |
parent | 07169e5ba5163a220302fd6d0d42e5f95c567792 (diff) |
mb/*/Kconfig: Drop redundant 'select CPU_INTEL_HASWELL'
CPU_INTEL_HASWELL is already selected at nb/intel/haswell/Kconfig.
Change-Id: I608286aae72bc740be642a72109472fb235f37bf
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44976
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/slippy/Kconfig')
-rw-r--r-- | src/mainboard/google/slippy/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig index 37c11e047f..931d3ce55f 100644 --- a/src/mainboard/google/slippy/Kconfig +++ b/src/mainboard/google/slippy/Kconfig @@ -1,7 +1,6 @@ config BOARD_GOOGLE_BASEBOARD_SLIPPY def_bool n select SYSTEM_TYPE_LAPTOP - select CPU_INTEL_HASWELL select NORTHBRIDGE_INTEL_HASWELL select SOUTHBRIDGE_INTEL_LYNXPOINT select INTEL_LYNXPOINT_LP |