1# Intel ISH family selection
2#
3# Copyright (c) 2023-2024 Intel Corporation
4#
5# SPDX-License-Identifier: Apache-2.0
6
7config SOC_FAMILY_INTEL_ISH
8	bool
9
10config SOC_FAMILY
11	default "intel_ish" if SOC_FAMILY_INTEL_ISH
12
13rsource "*/Kconfig.soc"
14