1# Microchip MEC MCU line
2
3# Copyright (c) 2018, Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_FAMILY_MEC
7	bool
8
9if SOC_FAMILY_MEC
10config SOC_FAMILY
11	string
12	default "microchip_mec"
13
14# Select SoC Part No. and configuration options
15source "soc/arm/microchip_mec/*/Kconfig.soc"
16
17endif # SOC_FAMILY_MEC
18