blob: af6975cc2605af495e0733288fc9c5b214a4ce1b [file] [log] [blame]
Martin Roth7d86f342024-02-16 11:04:02 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Subrata Banik9a0245a2017-02-22 14:22:44 +05303config SOC_INTEL_COMMON_BLOCK
4 bool
5 help
6 SoC driver for intel common IP code
7
8if SOC_INTEL_COMMON_BLOCK
9
Subrata Banik9a0245a2017-02-22 14:22:44 +053010source "src/soc/intel/common/block/*/Kconfig"
11
12endif