config SOC_INTEL_COMMON_BLOCK
	bool
	help
	  SoC driver for intel common IP code

if SOC_INTEL_COMMON_BLOCK

source "src/soc/intel/common/block/*/Kconfig"

endif