blob: 920830ff45270ec29e8238ab2776ed561cc07891 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
## SPDX-License-Identifier: GPL-2.0-only
config SOC_INTEL_COMMON_BLOCK_GPMR
bool
select SOC_INTEL_COMMON_BLOCK_PCR
help
Intel Processor common GPMR support
if SOC_INTEL_COMMON_BLOCK_GPMR
config USE_SOC_GPMR_DEFS
bool
default n
help
Specify if the SoC has specific GPMR register definitions.
endif
|