blob: af6975cc2605af495e0733288fc9c5b214a4ce1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## SPDX-License-Identifier: GPL-2.0-only
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
|