summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/systemagent/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/systemagent/Kconfig')
-rw-r--r--src/soc/intel/common/block/systemagent/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/systemagent/Kconfig b/src/soc/intel/common/block/systemagent/Kconfig
index e7f6ba49d833..4ba83f881769 100644
--- a/src/soc/intel/common/block/systemagent/Kconfig
+++ b/src/soc/intel/common/block/systemagent/Kconfig
@@ -31,4 +31,10 @@ config ACPI_BERT_SIZE
Specify the amount of DRAM reserved for gathering the data used to
generate the ACPI table.
+config HAVE_PAM0_REGISTER
+ bool
+ default y
+ help
+ Specify if the SOC has a PAM0 register
+
endif