1## SPDX-License-Identifier: GPL-2.0-only 2 3config SOC_INTEL_COMMON_BLOCK_PCR 4 bool 5 help 6 Intel Processor common Private configuration registers (PCR) 7 8config PCR_COMMON_IOSF_1_0 9 bool 10 depends on SOC_INTEL_COMMON_BLOCK_PCR 11 help 12 The mapping of addresses via the SBREG_BAR assumes the IOSF-SB 13 agents are using 32-bit aligned accesses for their configuration 14 registers. For IOSF versions greater than 1_0, IOSF-SB 15 agents can use any access (8/16/32 bit aligned) for their 16 configuration registers 17