X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fmips%2FKconfig;h=7f7e258a801eaa9e4bff89a23df60e7ae3a26793;hb=3d1957f0ea0133ec06f9c6fd85dc1acdf66ad29c;hp=b0a8a4357a4bf3bdaba9df4099300b2f34b3ad53;hpb=b939689c7b87773c44275a578ffc8674a867e39d;p=oweals%2Fu-boot.git diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b0a8a4357a..7f7e258a80 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -8,11 +8,9 @@ config SYS_CPU default "mips32" if CPU_MIPS32_R1 || CPU_MIPS32_R2 default "mips64" if CPU_MIPS64_R1 || CPU_MIPS64_R2 -config USE_PRIVATE_LIBGCC - default y - choice prompt "Target select" + optional config TARGET_QEMU_MIPS bool "Support qemu-mips"