]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arc/Kconfig
Remove CONFIG_SYS_BOOTCOUNT_SINGLEWORD
[people/ms/u-boot.git] / arch / arc / Kconfig
index 264c83d261b32e775bb569bacf34f5f2548e3d69..e3f9db7b2972bc3d6bb5f8a7e19396952588bc12 100644 (file)
@@ -116,34 +116,30 @@ config SYS_DCACHE_OFF
        bool "Do not use Data Cache"
        default n
 
-config ARC_CACHE_LINE_SHIFT
-       int "Cache Line Length (as power of 2)"
-       range 5 7
-       default "6"
-       depends on !SYS_DCACHE_OFF || !SYS_ICACHE_OFF
-       help
-         Starting with ARC700 4.9, Cache line length is configurable,
-         This option specifies "N", with Line-len = 2 power N
-         So line lengths of 32, 64, 128 are specified by 5,6,7, respectively
-         Linux only supports same line lengths for I and D caches.
-
 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"
+
+config TARGET_HSDK
+       bool "Support Synpsys HS DevelopmentKit board"
 
 endchoice
 
 source "board/abilis/tb100/Kconfig"
 source "board/synopsys/Kconfig"
-source "board/synopsys/axs101/Kconfig"
+source "board/synopsys/axs10x/Kconfig"
+source "board/synopsys/hsdk/Kconfig"
 
 endmenu