aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/Kconfig')
-rw-r--r--src/soc/intel/common/block/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/Kconfig b/src/soc/intel/common/block/Kconfig
new file mode 100644
index 0000000000..e5375d2f7c
--- /dev/null
+++ b/src/soc/intel/common/block/Kconfig
@@ -0,0 +1,11 @@
+config SOC_INTEL_COMMON_BLOCK
+ bool
+ help
+ SoC driver for intel common IP code
+
+if SOC_INTEL_COMMON_BLOCK
+
+comment "Intel SoC Common IP Code"
+source "src/soc/intel/common/block/*/Kconfig"
+
+endif