aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/pcr/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/pcr/Kconfig')
-rw-r--r--src/soc/intel/common/block/pcr/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/pcr/Kconfig b/src/soc/intel/common/block/pcr/Kconfig
new file mode 100644
index 0000000000..be038383ab
--- /dev/null
+++ b/src/soc/intel/common/block/pcr/Kconfig
@@ -0,0 +1,14 @@
+config SOC_INTEL_COMMON_BLOCK_PCR
+ bool
+ help
+ Intel Processor common Private configuration registers (PCR)
+
+config PCR_COMMON_IOSF_1_0
+ bool
+ depends on SOC_INTEL_COMMON_BLOCK_PCR
+ help
+ The mapping of addresses via the SBREG_BAR assumes the IOSF-SB
+ agents are using 32-bit aligned accesses for their configuration
+ registers. For IOSF versions greater than 1_0, IOSF-SB
+ agents can use any access (8/16/32 bit aligned) for their
+ configuration registers