diff options
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r-- | src/cpu/x86/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 74d87e2e9f..54a1fefab3 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -153,3 +153,10 @@ config BOOT_MEDIA_SPI_BUS depends on SPI_FLASH help Most x86 systems which boot from SPI flash boot using bus 0. + +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. |