ARM: Kconfig: move platform selection into its own Kconfig file
authorAndrew Davis <afd@ti.com>
Mon, 13 Nov 2023 14:43:51 +0000 (08:43 -0600)
committerArnd Bergmann <arnd@arndb.de>
Fri, 22 Dec 2023 14:12:27 +0000 (14:12 +0000)
commit20e3ab9ecb37a0e7ff4e820b79952280a3317d1d
tree47ac68765d72850a016ea1253fa1d97e397290c2
parent2560cffd2134c2e070dee369b37f6e55438087f9
ARM: Kconfig: move platform selection into its own Kconfig file

Mostly just for better organization for now. This matches what is done on
some other platforms including ARM64. This also lets us start to reduce
the number of mach- directories that only exist to store the platform
selection.

Start with "Platform selection" and ARCH_VIRT.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig
arch/arm/Kconfig.platforms [new file with mode: 0644]