zephyr/soc/arm/microchip_mec/Kconfig

18 lines
321 B
Plaintext

# Microchip MEC MCU line
# Copyright (c) 2018, Intel Corporation
# SPDX-License-Identifier: Apache-2.0
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