]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/mips/Kconfig
MIPS: kconfig: merge targets qemu_mips and qemu_mips64
[karo-tx-uboot.git] / arch / mips / Kconfig
index b974e8ff07e086377fa2d5d2e3d55fcfbce4119e..4991da2226505dd73c18d9df472d3f786e442046 100644 (file)
@@ -20,6 +20,8 @@ config TARGET_QEMU_MIPS
        select SUPPORTS_LITTLE_ENDIAN
        select SUPPORTS_CPU_MIPS32_R1
        select SUPPORTS_CPU_MIPS32_R2
+       select SUPPORTS_CPU_MIPS64_R1
+       select SUPPORTS_CPU_MIPS64_R2
 
 config TARGET_MALTA
        bool "Support malta"
@@ -47,12 +49,6 @@ config TARGET_PB1X00
        select SUPPORTS_CPU_MIPS32_R1
        select SUPPORTS_CPU_MIPS32_R2
 
-config TARGET_QEMU_MIPS64
-       bool "Support qemu-mips64"
-       select SUPPORTS_BIG_ENDIAN
-       select SUPPORTS_LITTLE_ENDIAN
-       select SUPPORTS_CPU_MIPS64_R1
-       select SUPPORTS_CPU_MIPS64_R2
 
 endchoice