1# Copyright (c) 2014 Wind River Systems, Inc. 2# Copyright (c) 2018 Synopsys, Inc. All rights reserved. 3# SPDX-License-Identifier: Apache-2.0 4 5if SOC_EMSK 6 7config SOC 8 default "snps_emsk" 9 10source "soc/arc/snps_emsk/Kconfig.defconfig.em7d" 11source "soc/arc/snps_emsk/Kconfig.defconfig.em11d" 12source "soc/arc/snps_emsk/Kconfig.defconfig.em9d" 13 14endif # SOC_EMSK 15