mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
MIPS: state that the current architecture variants are generic
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
45c92c60b1
commit
e14ce3cf29
@ -24,27 +24,27 @@ choice
|
|||||||
non-64bit capable: 32, 32r2, 32r6
|
non-64bit capable: 32, 32r2, 32r6
|
||||||
|
|
||||||
config BR2_mips_32
|
config BR2_mips_32
|
||||||
bool "mips 32"
|
bool "Generic MIPS32"
|
||||||
depends on !BR2_ARCH_IS_64
|
depends on !BR2_ARCH_IS_64
|
||||||
select BR2_MIPS_CPU_MIPS32
|
select BR2_MIPS_CPU_MIPS32
|
||||||
config BR2_mips_32r2
|
config BR2_mips_32r2
|
||||||
bool "mips 32r2"
|
bool "Generic MIPS32R2"
|
||||||
depends on !BR2_ARCH_IS_64
|
depends on !BR2_ARCH_IS_64
|
||||||
select BR2_MIPS_CPU_MIPS32R2
|
select BR2_MIPS_CPU_MIPS32R2
|
||||||
config BR2_mips_32r6
|
config BR2_mips_32r6
|
||||||
bool "mips 32r6"
|
bool "Generic MIPS32R6"
|
||||||
depends on !BR2_ARCH_IS_64
|
depends on !BR2_ARCH_IS_64
|
||||||
select BR2_MIPS_CPU_MIPS32R6
|
select BR2_MIPS_CPU_MIPS32R6
|
||||||
config BR2_mips_64
|
config BR2_mips_64
|
||||||
bool "mips 64"
|
bool "Generic MIPS64"
|
||||||
depends on BR2_ARCH_IS_64
|
depends on BR2_ARCH_IS_64
|
||||||
select BR2_MIPS_CPU_MIPS64
|
select BR2_MIPS_CPU_MIPS64
|
||||||
config BR2_mips_64r2
|
config BR2_mips_64r2
|
||||||
bool "mips 64r2"
|
bool "Generic MIPS64R2"
|
||||||
depends on BR2_ARCH_IS_64
|
depends on BR2_ARCH_IS_64
|
||||||
select BR2_MIPS_CPU_MIPS64R2
|
select BR2_MIPS_CPU_MIPS64R2
|
||||||
config BR2_mips_64r6
|
config BR2_mips_64r6
|
||||||
bool "mips 64r6"
|
bool "Generic MIPS64R6"
|
||||||
depends on BR2_ARCH_IS_64
|
depends on BR2_ARCH_IS_64
|
||||||
select BR2_MIPS_CPU_MIPS64R6
|
select BR2_MIPS_CPU_MIPS64R6
|
||||||
endchoice
|
endchoice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user