summaryrefslogtreecommitdiff
path: root/target/waldux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-06-24 18:46:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-06-24 18:46:15 +0200
commite2341adc6a5ac1e48504c05610cbca2e29f56661 (patch)
treea765783159a9455d78898594976d8135d29ad207 /target/waldux/config
parenta392f73234fcf6e7875797f6830478b581cd4a3a (diff)
arc: more symbol rename fixes
Diffstat (limited to 'target/waldux/config')
-rw-r--r--target/waldux/config/Config.in.serial6
1 files changed, 2 insertions, 4 deletions
diff --git a/target/waldux/config/Config.in.serial b/target/waldux/config/Config.in.serial
index 8ab2148fa..8534a19be 100644
--- a/target/waldux/config/Config.in.serial
+++ b/target/waldux/config/Config.in.serial
@@ -203,10 +203,8 @@ config ADK_WALDUX_KERNEL_SERIAL_ETRAXFS
config ADK_WALDUX_KERNEL_SERIAL_ARC
bool "ARC serial driver"
select ADK_WALDUX_KERNEL_SERIAL_ARC_CONSOLE
- depends on ADK_TARGET_SYSTEM_NSIM_ARCV1 \
- || ADK_TARGET_SYSTEM_NSIM_ARCV2
- default y if ADK_TARGET_SYSTEM_NSIM_ARCV1
- default y if ADK_TARGET_SYSTEM_NSIM_ARCV2
+ depends on ADK_TARGET_SYSTEM_SYNOPSYS_NSIM
+ default y if ADK_TARGET_SYSTEM_SYNOPSYS_NSIM
default n
help
Serial driver for nSIM ARC simulator.