summaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-23 06:24:41 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-07-26 20:59:52 +0000
commitc73178892902f43f74ad29d65e1ce8775c2d800e (patch)
treeb45a324c3aa99981f3eea472f31bba5248760691 /src/soc/intel/braswell
parent8dcccea8e4c00322ff4099797b37b310778de493 (diff)
downloadcoreboot-c73178892902f43f74ad29d65e1ce8775c2d800e.tar.xz
cpu,soc/intel: Drop select SMP
Implicitly selected with MAX_CPUS != 1. Change-Id: I4ac3e30e9f96cd52244b4bae73bafce0564d41e0 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42091 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/braswell')
-rw-r--r--src/soc/intel/braswell/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig
index 0acfeaa472..bf067daa03 100644
--- a/src/soc/intel/braswell/Kconfig
+++ b/src/soc/intel/braswell/Kconfig
@@ -29,7 +29,6 @@ config CPU_SPECIFIC_OPTIONS
select SOC_INTEL_COMMON_BLOCK
select SOC_INTEL_COMMON_BLOCK_HDA
select SOC_INTEL_COMMON_RESET
- select SMP
select SPI_FLASH
select SSE2
select TSC_MONOTONIC_TIMER