|
@@ -104,7 +104,7 @@ config CPU_MIPS32_R1
|
|
depends on SUPPORTS_CPU_MIPS32_R1
|
|
depends on SUPPORTS_CPU_MIPS32_R1
|
|
select 32BIT
|
|
select 32BIT
|
|
help
|
|
help
|
|
- Choose this option to build an U-Boot for release 1 or later of the
|
|
|
|
|
|
+ Choose this option to build an U-Boot for release 1 through 5 of the
|
|
MIPS32 architecture.
|
|
MIPS32 architecture.
|
|
|
|
|
|
config CPU_MIPS32_R2
|
|
config CPU_MIPS32_R2
|
|
@@ -112,7 +112,15 @@ config CPU_MIPS32_R2
|
|
depends on SUPPORTS_CPU_MIPS32_R2
|
|
depends on SUPPORTS_CPU_MIPS32_R2
|
|
select 32BIT
|
|
select 32BIT
|
|
help
|
|
help
|
|
- Choose this option to build an U-Boot for release 2 or later of the
|
|
|
|
|
|
+ Choose this option to build an U-Boot for release 2 through 5 of the
|
|
|
|
+ MIPS32 architecture.
|
|
|
|
+
|
|
|
|
+config CPU_MIPS32_R6
|
|
|
|
+ bool "MIPS32 Release 6"
|
|
|
|
+ depends on SUPPORTS_CPU_MIPS32_R6
|
|
|
|
+ select 32BIT
|
|
|
|
+ help
|
|
|
|
+ Choose this option to build an U-Boot for release 6 or later of the
|
|
MIPS32 architecture.
|
|
MIPS32 architecture.
|
|
|
|
|
|
config CPU_MIPS64_R1
|
|
config CPU_MIPS64_R1
|
|
@@ -120,7 +128,7 @@ config CPU_MIPS64_R1
|
|
depends on SUPPORTS_CPU_MIPS64_R1
|
|
depends on SUPPORTS_CPU_MIPS64_R1
|
|
select 64BIT
|
|
select 64BIT
|
|
help
|
|
help
|
|
- Choose this option to build a kernel for release 1 or later of the
|
|
|
|
|
|
+ Choose this option to build a kernel for release 1 through 5 of the
|
|
MIPS64 architecture.
|
|
MIPS64 architecture.
|
|
|
|
|
|
config CPU_MIPS64_R2
|
|
config CPU_MIPS64_R2
|
|
@@ -128,7 +136,15 @@ config CPU_MIPS64_R2
|
|
depends on SUPPORTS_CPU_MIPS64_R2
|
|
depends on SUPPORTS_CPU_MIPS64_R2
|
|
select 64BIT
|
|
select 64BIT
|
|
help
|
|
help
|
|
- Choose this option to build a kernel for release 2 or later of the
|
|
|
|
|
|
+ Choose this option to build a kernel for release 2 through 5 of the
|
|
|
|
+ MIPS64 architecture.
|
|
|
|
+
|
|
|
|
+config CPU_MIPS64_R6
|
|
|
|
+ bool "MIPS64 Release 6"
|
|
|
|
+ depends on SUPPORTS_CPU_MIPS64_R6
|
|
|
|
+ select 64BIT
|
|
|
|
+ help
|
|
|
|
+ Choose this option to build a kernel for release 6 or later of the
|
|
MIPS64 architecture.
|
|
MIPS64 architecture.
|
|
|
|
|
|
endchoice
|
|
endchoice
|
|
@@ -175,19 +191,25 @@ config SUPPORTS_CPU_MIPS32_R1
|
|
config SUPPORTS_CPU_MIPS32_R2
|
|
config SUPPORTS_CPU_MIPS32_R2
|
|
bool
|
|
bool
|
|
|
|
|
|
|
|
+config SUPPORTS_CPU_MIPS32_R6
|
|
|
|
+ bool
|
|
|
|
+
|
|
config SUPPORTS_CPU_MIPS64_R1
|
|
config SUPPORTS_CPU_MIPS64_R1
|
|
bool
|
|
bool
|
|
|
|
|
|
config SUPPORTS_CPU_MIPS64_R2
|
|
config SUPPORTS_CPU_MIPS64_R2
|
|
bool
|
|
bool
|
|
|
|
|
|
|
|
+config SUPPORTS_CPU_MIPS64_R6
|
|
|
|
+ bool
|
|
|
|
+
|
|
config CPU_MIPS32
|
|
config CPU_MIPS32
|
|
bool
|
|
bool
|
|
- default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
|
|
|
|
|
|
+ default y if CPU_MIPS32_R1 || CPU_MIPS32_R2 || CPU_MIPS32_R6
|
|
|
|
|
|
config CPU_MIPS64
|
|
config CPU_MIPS64
|
|
bool
|
|
bool
|
|
- default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
|
|
|
|
|
|
+ default y if CPU_MIPS64_R1 || CPU_MIPS64_R2 || CPU_MIPS64_R6
|
|
|
|
|
|
config MIPS_TUNE_4KC
|
|
config MIPS_TUNE_4KC
|
|
bool
|
|
bool
|