Disable MIPS64 ISAs for MIPS32 targets

Currently you can select MIPS64 ISAs, like mips64 and mips64r2, for
MIPS32 targets. This is incorrect, so we disable the possibility to do
that.

Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Vicente Olivert Riera <vincent.riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Vicente Olivert Riera 2014-01-03 14:36:19 +00:00 committed by Thomas Petazzoni
parent 836b0ff7f1
commit b10a40535d
1 changed files with 2 additions and 0 deletions

View File

@ -29,8 +29,10 @@ config BR2_mips_32r2
depends on !BR2_ARCH_IS_64
config BR2_mips_64
bool "mips 64"
depends on BR2_ARCH_IS_64
config BR2_mips_64r2
bool "mips 64r2"
depends on BR2_ARCH_IS_64
endchoice