aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/Kconfig
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2016-08-04 14:35:01 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2016-08-05 12:50:25 +0300
commitcc8be222d1cf37c4299c019b95d7d932f2a4bbcc (patch)
tree086ee08a5e6d9a194f71d53dd615edc6952566e2 /arch/arc/Kconfig
parent9bef24d0dea30447951e1cd0074be502ca408fc0 (diff)
downloadu-boot-cc8be222d1cf37c4299c019b95d7d932f2a4bbcc.zip
u-boot-cc8be222d1cf37c4299c019b95d7d932f2a4bbcc.tar.gz
u-boot-cc8be222d1cf37c4299c019b95d7d932f2a4bbcc.tar.bz2
arc: Rename ARCangel4 board to nSIM
ARCangel was one of the main development boards back in the day but now it's gone and replaced by other boards like ARC SDP. But we also used to have simulation platform very similar to ARCangel4 in terms of CPU settings as well as basic IO like UART. Even though ARCangel4 is long gone now we have a replacement for simulation which is a plain or stand-alone nSIM and Free nSIM. Note Free nSIM is available for download here: https://www.synopsys.com/cgi-bin/dwarcnsim/req1.cgi And while at it: * Finally switch hex numerical values in nsim.h to defines from include/linux/sizes.h * Add defconfigs with ARC HS38 cores * Recreated all defconfigs with savedefconfig Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r--arch/arc/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index f1dc6c8..b81d0ca 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -123,8 +123,8 @@ choice
config TARGET_TB100
bool "Support tb100"
-config TARGET_ARCANGEL4
- bool "Support arcangel4"
+config TARGET_NSIM
+ bool "Support standalone nSIM & Free nSIM"
config TARGET_AXS101
bool "Support axs101"