X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farc%2FKconfig;h=925e31201ef1486d23333b8b2c2b5ac8e4e3e796;hb=8a954eb695326eb406c4a548bb686190fea82bca;hp=c044ad4de61d67abe7c33a58b98110adcb243009;hpb=b491d9757d14415edcb1468ed896a704d0f0cfe7;p=oweals%2Fu-boot.git diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index c044ad4de6..925e31201e 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -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"