]> git.ipfire.org Git - people/ms/linux.git/commitdiff
ARM: iop32x: mark as unused
authorArnd Bergmann <arnd@arndb.de>
Tue, 19 Jul 2022 12:59:06 +0000 (14:59 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 22 Jul 2022 12:18:52 +0000 (14:18 +0200)
The iop32x platform has recently been converted to be part of
the multiplatform configuration, and it should be possible to
keep it alive for longer by making it boot from devicetree like
we did for the related ixp4xx platform.

However, it appears that no users remain at this point, so just
mark the entire platform depending on CONFIG_UNUSED_BOARD_FILES,
with the intention of removing it in early 2023.

If any users remain, please speak up now.

Cc: Lennert Buytenhek <buytenh@wantstofly.org>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/iop32x_defconfig
arch/arm/mach-iop32x/Kconfig

index 3bc51fb4ebc980aa3e0989de56fe46b779d872b9..c16e92cdfd008497022182606a7f100d14226368 100644 (file)
@@ -9,6 +9,7 @@ CONFIG_MACH_GLANTANK=y
 CONFIG_ARCH_IQ80321=y
 CONFIG_ARCH_IQ31244=y
 CONFIG_MACH_N2100=y
+CONFIG_UNUSED_BOARD_FILES=y
 CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc"
 CONFIG_FPE_NWFPE=y
 CONFIG_BINFMT_AOUT=y
index 142c6374543c12b387b83f62d0c936449916a368..761fbb04faa1b108d5c85ea10126fc69af05f90f 100644 (file)
@@ -3,7 +3,7 @@ menuconfig ARCH_IOP32X
        bool "IOP32x-based platforms"
        depends on ARCH_MULTI_V5
        depends on CPU_LITTLE_ENDIAN
-       depends on ATAGS
+       depends on ATAGS && UNUSED_BOARD_FILES
        select CPU_XSCALE
        select GPIO_IOP
        select GPIOLIB