kumquat-buildroot/arch
Arnout Vandecappelle 924310fb2d arch/Config.in.powerpc: change conditions to positive logic
The conditions in the target CPU choice mostly use negative logic, i.e.
"depends on !<something>". This makes it more difficult to understand
exactly on which ARCH variants the CPU _is_ supported. Therefore, change
all of the conditions to positive logic.

Since there is no little-endian variant of the 32-bit PowerPC, the
conditions are:

!BR2_ARCH_IS_64 <==> BR2_powerpc
!BR2_powerpc64le <==> BR2_powerpc || BR2_powerpc64

Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-09-18 14:42:08 +02:00
..
arch.mk arch: set ld's common-page-size explicitly 2022-08-23 23:51:48 +02:00
arch.mk.arc arch: set ld's common-page-size explicitly 2022-08-23 23:51:48 +02:00
arch.mk.riscv
arch.mk.xtensa arch/xtensa: custom configuration requires an overlay 2022-09-08 11:44:22 +02:00
Config.in arch/csky: drop architecture 2022-07-27 16:58:59 +02:00
Config.in.arc
Config.in.arm
Config.in.m68k
Config.in.microblaze
Config.in.mips
Config.in.nios2
Config.in.or1k
Config.in.powerpc arch/Config.in.powerpc: change conditions to positive logic 2022-09-18 14:42:08 +02:00
Config.in.riscv
Config.in.s390x
Config.in.sh
Config.in.sparc
Config.in.x86
Config.in.xtensa