1# Copyright (c) 2020 ITE Corporation. All Rights Reserved.
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_FAMILY_ITE_EC
5	bool
6
7config SOC_FAMILY
8	default "ite_ec" if SOC_FAMILY_ITE_EC
9
10rsource "*/Kconfig.soc"
11