]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arc/Kconfig
Move default y configs out of arch/board Kconfig
[people/ms/u-boot.git] / arch / arc / Kconfig
index c044ad4de61d67abe7c33a58b98110adcb243009..925e31201ef1486d23333b8b2c2b5ac8e4e3e796 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
@@ -132,14 +129,7 @@ config ARC_CACHE_LINE_SHIFT
 
 choice
        prompt "Target select"
-
-config TARGET_DUMMY
-       bool "Dummy target"
-       help
-         Please select one of real target boards below!
-         This target is only meant to force "makedefconfig" to put
-         TARGET_xxx in defconfig even this is the first target from the list
-         below.
+       optional
 
 config TARGET_TB100
        bool "Support tb100"