blob: 7c92c5dea169c353dce7b1b299c97cb914c54c38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
## SPDX-License-Identifier: GPL-2.0-only
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
|