diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-01-26 23:08:29 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-02-06 15:30:49 +0000 |
commit | f9d9781292aab5ea6c4a5058aca895b575e279a7 (patch) | |
tree | 6616959c8f254175af3a7a1e14bf7f993e947889 /src/soc | |
parent | 4004081e08af79238ef69fe8b6a9930419c26b39 (diff) |
soc/intel/appololake: Remove dead MPINIT code selection
This not hooked up anywhere.
Change-Id: I95a2d14aea6f1a6013edf1bcb88bb35de88cba4f
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/23458
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/apollolake/Kconfig | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index a9f49dbbfd..97297738a9 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -321,27 +321,6 @@ config USE_APOLLOLAKE_FSP_CAR endchoice -choice - prompt "MPINIT code implementation" - default NO_COMMON_MPINIT if SOC_INTEL_APOLLOLAKE - default COMMON_MPINIT - help - This option allows you to select MP Init Code path either - from Intel Common Code implementation, or from SOC files. - -config NO_COMMON_MPINIT - bool "Not using Common MP Init code" - help - Common code MP Init path is not used. - -config COMMON_MPINIT - bool "Using Common MP Init code" - select SOC_INTEL_COMMON_BLOCK_CPU_MPINIT - help - Common code MP Init path is used. - -endchoice - # # Each bit in QOS mask controls this many bytes. This is calculated as: # (CACHE_WAYS / CACHE_BITS_PER_MASK) * CACHE_LINE_SIZE * CACHE_SETS |