mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git] / src / soc / intel / common / block / Kconfig
blobaf6975cc2605af495e0733288fc9c5b214a4ce1b
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_INTEL_COMMON_BLOCK
4         bool
5         help
6           SoC driver for intel common IP code
8 if SOC_INTEL_COMMON_BLOCK
10 source "src/soc/intel/common/block/*/Kconfig"
12 endif