|
@@ -67,11 +67,9 @@ config BR2_powerpc_604e
|
|
depends on !BR2_ARCH_IS_64
|
|
depends on !BR2_ARCH_IS_64
|
|
config BR2_powerpc_620
|
|
config BR2_powerpc_620
|
|
bool "620"
|
|
bool "620"
|
|
- # No C library supports this variant on ppc64le
|
|
|
|
depends on !BR2_powerpc64le
|
|
depends on !BR2_powerpc64le
|
|
config BR2_powerpc_630
|
|
config BR2_powerpc_630
|
|
bool "630"
|
|
bool "630"
|
|
- # No C library supports this variant on ppc64le
|
|
|
|
depends on !BR2_powerpc64le
|
|
depends on !BR2_powerpc64le
|
|
config BR2_powerpc_740
|
|
config BR2_powerpc_740
|
|
bool "740"
|
|
bool "740"
|
|
@@ -98,6 +96,7 @@ config BR2_powerpc_860
|
|
depends on !BR2_ARCH_IS_64
|
|
depends on !BR2_ARCH_IS_64
|
|
config BR2_powerpc_970
|
|
config BR2_powerpc_970
|
|
bool "970"
|
|
bool "970"
|
|
|
|
+ depends on BR2_powerpc || BR2_powerpc64
|
|
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"
|
|
@@ -125,17 +124,17 @@ config BR2_powerpc_e6500
|
|
select BR2_POWERPC_CPU_HAS_ALTIVEC
|
|
select BR2_POWERPC_CPU_HAS_ALTIVEC
|
|
config BR2_powerpc_power4
|
|
config BR2_powerpc_power4
|
|
bool "power4"
|
|
bool "power4"
|
|
- # No C library supports this variant on ppc64le
|
|
|
|
depends on !BR2_powerpc64le
|
|
depends on !BR2_powerpc64le
|
|
config BR2_powerpc_power5
|
|
config BR2_powerpc_power5
|
|
bool "power5"
|
|
bool "power5"
|
|
- # No C library supports this variant on ppc64le
|
|
|
|
depends on !BR2_powerpc64le
|
|
depends on !BR2_powerpc64le
|
|
config BR2_powerpc_power6
|
|
config BR2_powerpc_power6
|
|
bool "power6"
|
|
bool "power6"
|
|
|
|
+ depends on BR2_powerpc || BR2_powerpc64
|
|
select BR2_POWERPC_CPU_HAS_ALTIVEC
|
|
select BR2_POWERPC_CPU_HAS_ALTIVEC
|
|
config BR2_powerpc_power7
|
|
config BR2_powerpc_power7
|
|
bool "power7"
|
|
bool "power7"
|
|
|
|
+ depends on BR2_powerpc || BR2_powerpc64
|
|
select BR2_POWERPC_CPU_HAS_VSX
|
|
select BR2_POWERPC_CPU_HAS_VSX
|
|
config BR2_powerpc_power8
|
|
config BR2_powerpc_power8
|
|
bool "power8"
|
|
bool "power8"
|