]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arc/Kconfig
arc: Rename ARCangel4 board to nSIM
[people/ms/u-boot.git] / arch / arc / Kconfig
index 24f5c02c760544cfaac9e50a8a3cc6946bda94b7..b81d0ca3c35ac938c490d42fe8464458ea08fbba 100644 (file)
@@ -4,9 +4,6 @@ menu "ARC architecture"
 config SYS_ARCH
        default "arc"
 
-config USE_PRIVATE_LIBGCC
-       default y
-
 config SYS_CPU
        default "arcv1" if ISA_ARCOMPACT
        default "arcv2" if ISA_ARCV2
@@ -119,25 +116,15 @@ 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_DCACHE_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
 
 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"