summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/Kconfig
blob: 80e5c662faed8494f2a1b68576fd868d4232b81a (plain)
1
2
3
4
5
6
7
8
9
10
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