17 lines
271 B
Plaintext
17 lines
271 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
|
||
|
string
|
||
|
default snps_emsk
|
||
|
|
||
|
source "arch/arc/soc/snps_emsk/Kconfig.defconfig.em*"
|
||
|
|
||
|
endif #SOC_EMSK
|