summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/gpmr/Kconfig
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2022-04-13 12:06:39 +0530
committerFelix Held <felix-coreboot@felixheld.de>2022-04-14 15:41:45 +0000
commit32e1022611d232af0d1b817bc5d8adeb7cf8f6a2 (patch)
tree0b7c11c82e6a2f2907d62935debf05d0fe8faa7a /src/soc/intel/common/block/gpmr/Kconfig
parente7089e12a13e96e61216d94db85a1c6a1347449d (diff)
downloadcoreboot-32e1022611d232af0d1b817bc5d8adeb7cf8f6a2.tar.gz
coreboot-32e1022611d232af0d1b817bc5d8adeb7cf8f6a2.tar.bz2
coreboot-32e1022611d232af0d1b817bc5d8adeb7cf8f6a2.zip
soc/intel/cmn/{block, pch}: Rename configs from `DMI` to `GPMR`
This patch renames all required IA common code blocksĀ and PCH configs from DMI to GPMR. TEST=Able to buildĀ and boot google/redrix. Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: Ic6e576dd7f207eb16d90c5cc2892d919980d91c4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63608 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/soc/intel/common/block/gpmr/Kconfig')
-rw-r--r--src/soc/intel/common/block/gpmr/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/gpmr/Kconfig b/src/soc/intel/common/block/gpmr/Kconfig
index 2cc46463122b..8ca26b438a09 100644
--- a/src/soc/intel/common/block/gpmr/Kconfig
+++ b/src/soc/intel/common/block/gpmr/Kconfig
@@ -1,5 +1,5 @@
-config SOC_INTEL_COMMON_BLOCK_DMI
+config SOC_INTEL_COMMON_BLOCK_GPMR
bool
select SOC_INTEL_COMMON_BLOCK_PCR
help
- Intel Processor common DMI support
+ Intel Processor common GPMR support