aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/common/Kconfig.common
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/common/Kconfig.common')
-rw-r--r--src/northbridge/intel/common/Kconfig.common17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/northbridge/intel/common/Kconfig.common b/src/northbridge/intel/common/Kconfig.common
new file mode 100644
index 0000000000..4f231be314
--- /dev/null
+++ b/src/northbridge/intel/common/Kconfig.common
@@ -0,0 +1,17 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+config NORTHBRIDGE_INTEL_COMMON
+ bool
+
+if NORTHBRIDGE_INTEL_COMMON
+
+config FIXED_DMIBAR_MMIO_BASE
+ hex
+
+config FIXED_EPBAR_MMIO_BASE
+ hex
+
+config FIXED_MCHBAR_MMIO_BASE
+ hex
+
+endif # NORTHBRIDGE_INTEL_COMMON