diff options
Diffstat (limited to 'src/soc/intel/denverton_ns/Kconfig')
-rw-r--r-- | src/soc/intel/denverton_ns/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/soc/intel/denverton_ns/Kconfig b/src/soc/intel/denverton_ns/Kconfig index 8d9a55002f..d666bcc88c 100644 --- a/src/soc/intel/denverton_ns/Kconfig +++ b/src/soc/intel/denverton_ns/Kconfig @@ -42,10 +42,14 @@ config CPU_SPECIFIC_OPTIONS select CACHE_MRC_SETTINGS select RELOCATABLE_RAMSTAGE # Build fails if this is not selected select PARALLEL_MP + select PCR_COMMON_IOSF_1_0 select SMP select SOC_INTEL_COMMON_BLOCK # select SOC_INTEL_COMMON_BLOCK_SA select SOC_INTEL_COMMON_BLOCK_FAST_SPI + select SOC_INTEL_COMMON_BLOCK_GPIO + select DEBUG_SOC_COMMON_BLOCK_GPIO + select SOC_INTEL_COMMON_BLOCK_PCR select TSC_CONSTANT_RATE select TSC_MONOTONIC_TIMER select TSC_SYNC_MFENCE @@ -86,6 +90,12 @@ config MAX_CPUS int default 16 +config PCR_BASE_ADDRESS + hex + default 0xfd000000 + help + This option allows you to select MMIO Base Address of sideband bus. + config DCACHE_RAM_BASE hex default 0xfef00000 |