15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
# Copyright (c) 2014 Wind River Systems, Inc.
|
|
# Copyright (c) 2018 Synopsys, Inc. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_EMSK
|
|
|
|
config SOC
|
|
default "snps_emsk"
|
|
|
|
source "soc/soc_legacy/arc/snps_emsk/Kconfig.defconfig.em7d"
|
|
source "soc/soc_legacy/arc/snps_emsk/Kconfig.defconfig.em11d"
|
|
source "soc/soc_legacy/arc/snps_emsk/Kconfig.defconfig.em9d"
|
|
|
|
endif # SOC_EMSK
|