]> git.sur5r.net Git - u-boot/blobdiff - arch/arc/Kconfig
mips: bmips: add board descriptions
[u-boot] / arch / arc / Kconfig
index f1dc6c8d77f15960eed78486833c74d185f219ad..6e4b1d0e2290abeff0428a02f58063c263585e06 100644 (file)
@@ -118,21 +118,24 @@ config SYS_DCACHE_OFF
 
 choice
        prompt "Target select"
-       default TARGET_AXS101
+       default TARGET_AXS103
 
 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"
+       bool "Support Synopsys Designware SDP board AXS101"
+
+config TARGET_AXS103
+       bool "Support Synopsys Designware SDP board AXS103"
 
 endchoice
 
 source "board/abilis/tb100/Kconfig"
 source "board/synopsys/Kconfig"
-source "board/synopsys/axs101/Kconfig"
+source "board/synopsys/axs10x/Kconfig"
 
 endmenu