X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farc%2FKconfig;h=925e31201ef1486d23333b8b2c2b5ac8e4e3e796;hb=f49cc22f5c106c0b975182293200fe4cd53f371b;hp=c044ad4de61d67abe7c33a58b98110adcb243009;hpb=1d2f74690cace803844bce198a6d5fa1b6cd11f9;p=u-boot 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"