]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arc/Kconfig
arc: remove dummy target
[people/ms/u-boot.git] / arch / arc / Kconfig
index 24f5c02c760544cfaac9e50a8a3cc6946bda94b7..67d28d33f93304f51a0575b412ba85aff3b796f4 100644 (file)
@@ -123,7 +123,7 @@ 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
+       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
@@ -132,6 +132,7 @@ config ARC_CACHE_LINE_SHIFT
 
 choice
        prompt "Target select"
+       optional
 
 config TARGET_TB100
        bool "Support tb100"