summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/gpmr/Kconfig
blob: 313b0ccb531930ff3b9e3fd9b8cfc8efaa2725af (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 have specific GPMR register definitions.

endif