ARM: make ARCH_MULTIPLATFORM user-visible
authorArnd Bergmann <arnd@arndb.de>
Wed, 27 Jul 2022 12:08:24 +0000 (14:08 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 30 Aug 2022 09:18:09 +0000 (11:18 +0200)
commit84fc863606239d8b434e59e6bbbe805f457e5767
tree25b342c7ce11cff05c5bd78d82e38abdfb0b1101
parent5408445b1e4d511d835ecbae2fbc9fb9976dbcb9
ARM: make ARCH_MULTIPLATFORM user-visible

Some options like CONFIG_DEBUG_UNCOMPRESS and CONFIG_CMDLINE_FORCE are
fundamentally incompatible with portable kernels but are currently allowed
in all configurations. Other options like XIP_KERNEL are essentially
useless after the completion of the multiplatform conversion.

Repurpose the existing CONFIG_ARCH_MULTIPLATFORM option to decide
whether the resulting kernel image is meant to be portable or not,
and using this to guard all of the known incompatible options.

This is similar to how the RISC-V kernel handles the CONFIG_NONPORTABLE
option (with the opposite polarity).

A few references to CONFIG_ARCH_MULTIPLATFORM were left behind by
earlier clanups and have to be removed now up.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig
arch/arm/Kconfig.debug
arch/arm/kernel/devtree.c
arch/arm/mach-dove/Makefile
arch/arm/mach-mv78xx0/Makefile
arch/arm/mach-mvebu/Makefile
arch/arm/mach-orion5x/Makefile