2019-11-01 20:45:29 +08:00
|
|
|
# Microchip MEC MCU line
|
2019-10-17 22:53:06 +08:00
|
|
|
|
2019-02-07 06:16:55 +08:00
|
|
|
# Copyright (c) 2018, Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-10-17 22:53:06 +08:00
|
|
|
|
2019-02-07 06:16:55 +08:00
|
|
|
config SOC_FAMILY_MEC
|
|
|
|
bool
|
|
|
|
|
|
|
|
if SOC_FAMILY_MEC
|
|
|
|
config SOC_FAMILY
|
|
|
|
string
|
|
|
|
default "microchip_mec"
|
|
|
|
|
|
|
|
# Select SoC Part No. and configuration options
|
|
|
|
source "soc/arm/microchip_mec/*/Kconfig.soc"
|
|
|
|
|
|
|
|
endif # SOC_FAMILY_MEC
|