aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/basecode/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/basecode/Kconfig')
-rw-r--r--src/soc/intel/common/basecode/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/soc/intel/common/basecode/Kconfig b/src/soc/intel/common/basecode/Kconfig
new file mode 100644
index 0000000000..68aea15671
--- /dev/null
+++ b/src/soc/intel/common/basecode/Kconfig
@@ -0,0 +1,12 @@
+config SOC_INTEL_COMMON_BASECODE
+ bool
+ help
+ Common coreboot stages for Intel platform
+
+if SOC_INTEL_COMMON_BASECODE
+
+comment "Intel platform Common coreboot stage files"
+source "src/soc/intel/common/basecode/*/Kconfig"
+source "src/soc/intel/common/basecode/*/*/Kconfig"
+
+endif