2018-07-07 23:13:15 +08:00
|
|
|
# Copyright (c) 2018 Synopsys, Inc. All rights reserved.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if SOC_NSIM
|
|
|
|
|
|
|
|
config SOC
|
|
|
|
default "snps_nsim"
|
|
|
|
|
|
|
|
config UART_CONSOLE_ON_DEV_NAME
|
|
|
|
default "UART_0"
|
|
|
|
|
2020-08-02 22:45:10 +08:00
|
|
|
config XIP
|
|
|
|
default n
|
|
|
|
|
2018-09-04 05:23:39 +08:00
|
|
|
source "soc/arc/snps_nsim/Kconfig.defconfig.em"
|
2020-08-03 14:06:58 +08:00
|
|
|
source "soc/arc/snps_nsim/Kconfig.defconfig.em7d_v22"
|
2018-09-04 05:23:39 +08:00
|
|
|
source "soc/arc/snps_nsim/Kconfig.defconfig.sem"
|
2019-06-04 16:38:31 +08:00
|
|
|
source "soc/arc/snps_nsim/Kconfig.defconfig.hs"
|
2019-07-25 19:49:59 +08:00
|
|
|
source "soc/arc/snps_nsim/Kconfig.defconfig.hs_smp"
|
2018-07-07 23:13:15 +08:00
|
|
|
|
2019-11-01 17:24:07 +08:00
|
|
|
endif # SOC_NSIM
|