summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-05-29 22:06:06 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-06-07 21:04:49 +0000
commit75363a93f1e585f2676473eeaba6943d945232ff (patch)
treef90ba476942c8d2f0dbfa08fa74b76e457c8c09c /src/cpu/x86/Kconfig
parent7d8bf58581257ba19dea8d4aebd45905aa6a5a89 (diff)
downloadcoreboot-75363a93f1e585f2676473eeaba6943d945232ff.tar.gz
coreboot-75363a93f1e585f2676473eeaba6943d945232ff.tar.bz2
coreboot-75363a93f1e585f2676473eeaba6943d945232ff.zip
cpu/x86: Drop Kconfig PARALLEL_CPU_INIT
Change-Id: Ibe2c24228045cbf1ed2a6b0cb0a67848cbf03019 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55203 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r--src/cpu/x86/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index 1a4318cbcd0f..7aba5c465832 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -1,8 +1,3 @@
-# TODO These two options look too similar
-config PARALLEL_CPU_INIT
- bool
- default n
-
config PARALLEL_MP
def_bool y
depends on !LEGACY_SMP_INIT