cpu/x86/Kconfig: Remove SOC_SETS_MSRS option
The option was introduced by
commit ae738acdc5 ("cpu/x86: Support CPUs without rdmsr/wrmsr")
for the intel quark SOC. However the SOC doesn't exist anymore in
coreboot. Nor does any other SOC use this option.
Therefore remove it.
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: I4f3f5e91c00784c159042271387c2e862f351881
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90421
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f4aeac4276
commit
29bec62a22
2 changed files with 0 additions and 24 deletions
|
|
@ -235,13 +235,6 @@ config X86_INIT_NEED_1_SIPI
|
|||
These newer AMD and Intel platforms don't need the 10ms wait between
|
||||
INIT and SIPI, so skip that too to save some time.
|
||||
|
||||
config SOC_SETS_MSRS
|
||||
bool
|
||||
default n
|
||||
help
|
||||
The SoC requires different access methods for reading and writing
|
||||
the MSRs. Use SoC specific routines to handle the MSR access.
|
||||
|
||||
config RESERVE_MTRRS_FOR_OS
|
||||
bool
|
||||
default n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue