MIPS: add default CPU ISAs
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Fri, 30 Sep 2016 09:36:47 +0000 (10:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 15 Oct 2016 11:22:16 +0000 (13:22 +0200)
Meant to be used by the target architecture variants.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
arch/Config.in.mips

index fda1a1d7e7da4262e30dc0ebd882ccafe37da0ff..5e97fd016f3a9c1ca870b5c34cdb57584a3db9d0 100644 (file)
@@ -1,3 +1,17 @@
+# mips default CPU ISAs
+config BR2_MIPS_CPU_MIPS32
+       bool
+config BR2_MIPS_CPU_MIPS32R2
+       bool
+config BR2_MIPS_CPU_MIPS32R6
+       bool
+config BR2_MIPS_CPU_MIPS64
+       bool
+config BR2_MIPS_CPU_MIPS64R2
+       bool
+config BR2_MIPS_CPU_MIPS64R6
+       bool
+
 choice
        prompt "Target Architecture Variant"
        depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el