1## SPDX-License-Identifier: GPL-2.0-only 2 3config SOC_INTEL_COMMON_BLOCK 4 bool 5 help 6 SoC driver for intel common IP code 7 8if SOC_INTEL_COMMON_BLOCK 9 10source "src/soc/intel/common/block/*/Kconfig" 11 12endif 13