blob: e5375d2f7ca84acb05ffc87c5fed7ec8cc679d73 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|