powerpc: mark 32-bit only powerpc cpus to prep for adding powerpc64 support

Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Cody P Schafer 2014-05-12 22:28:18 -07:00 committed by Peter Korsgaard
parent 40e58dab0c
commit 32025e99dd

View File

@ -14,73 +14,102 @@ config BR2_generic_powerpc
bool "generic" bool "generic"
config BR2_powerpc_401 config BR2_powerpc_401
bool "401" bool "401"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_403 config BR2_powerpc_403
bool "403" bool "403"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_405 config BR2_powerpc_405
bool "405" bool "405"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_405fp config BR2_powerpc_405fp
bool "405 with FPU" bool "405 with FPU"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_440 config BR2_powerpc_440
bool "440" bool "440"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_440fp config BR2_powerpc_440fp
bool "440 with FPU" bool "440 with FPU"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_464 config BR2_powerpc_464
bool "464" bool "464"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_464fp config BR2_powerpc_464fp
bool "464 with FPU" bool "464 with FPU"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_476 config BR2_powerpc_476
bool "476" bool "476"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_476fp config BR2_powerpc_476fp
bool "476 with FPU" bool "476 with FPU"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_505 config BR2_powerpc_505
bool "505" bool "505"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_601 config BR2_powerpc_601
bool "601" bool "601"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_602 config BR2_powerpc_602
bool "602" bool "602"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_603 config BR2_powerpc_603
bool "603" bool "603"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_603e config BR2_powerpc_603e
bool "603e" bool "603e"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_604 config BR2_powerpc_604
bool "604" bool "604"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_604e config BR2_powerpc_604e
bool "604e" bool "604e"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_620 config BR2_powerpc_620
bool "620" bool "620"
config BR2_powerpc_630 config BR2_powerpc_630
bool "630" bool "630"
config BR2_powerpc_740 config BR2_powerpc_740
bool "740" bool "740"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_7400 config BR2_powerpc_7400
bool "7400" bool "7400"
select BR2_POWERPC_CPU_HAS_ALTIVEC select BR2_POWERPC_CPU_HAS_ALTIVEC
depends on !BR2_ARCH_IS_64
config BR2_powerpc_7450 config BR2_powerpc_7450
bool "7450" bool "7450"
select BR2_POWERPC_CPU_HAS_ALTIVEC select BR2_POWERPC_CPU_HAS_ALTIVEC
depends on !BR2_ARCH_IS_64
config BR2_powerpc_750 config BR2_powerpc_750
bool "750" bool "750"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_821 config BR2_powerpc_821
bool "821" bool "821"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_823 config BR2_powerpc_823
bool "823" bool "823"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_860 config BR2_powerpc_860
bool "860" bool "860"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_970 config BR2_powerpc_970
bool "970" bool "970"
select BR2_POWERPC_CPU_HAS_ALTIVEC select BR2_POWERPC_CPU_HAS_ALTIVEC
config BR2_powerpc_8540 config BR2_powerpc_8540
bool "8540 / e500v1" bool "8540 / e500v1"
depends on !BR2_ARCH_IS_64
select BR2_POWERPC_CPU_HAS_SPE select BR2_POWERPC_CPU_HAS_SPE
config BR2_powerpc_8548 config BR2_powerpc_8548
bool "8548 / e500v2" bool "8548 / e500v2"
depends on !BR2_ARCH_IS_64
select BR2_POWERPC_CPU_HAS_SPE select BR2_POWERPC_CPU_HAS_SPE
config BR2_powerpc_e300c2 config BR2_powerpc_e300c2
bool "e300c2" bool "e300c2"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_e300c3 config BR2_powerpc_e300c3
bool "e300c3" bool "e300c3"
depends on !BR2_ARCH_IS_64
config BR2_powerpc_e500mc config BR2_powerpc_e500mc
bool "e500mc" bool "e500mc"
depends on !BR2_ARCH_IS_64
endchoice endchoice
choice choice