mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
ARM: mark mach-sa1100 as deprecated
Most of the old StrongARM1100 machines were removed two years ago as part of a wider cleanup, the remaining four were left either because someone showed interest in converting them to devicetree, or because they were still supported by qemu and therefore useful to keep the platform alive. None of the devicetree conversion actually happened, and qemu has marked the platform as deprecated, so do the same in the kernel now. If anyone is still running one of these four machines and planning to keep updating their kernels, please speak up now so we can adapt the plans as needed. If nobody is found using StrongARM1100 any more, it can be removing during 2027, leaving 7.3-LTS as the last longterm support kernel for it. Acked-by: Linus Walleij <linus.walleij@linaro.org> Cc: Kristoffer Ericson <kristoffer.ericson@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
71b038f9b5
commit
7d92e50cea
|
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
menuconfig ARCH_SA1100
|
||||
bool "SA11x0 Implementations"
|
||||
bool "SA11x0 Implementations (DEPRECATED)"
|
||||
depends on ARCH_MULTI_V4 && !(ARCH_MULTI_V4T || ARCH_MULTI_V5)
|
||||
depends on !(ARCH_MOXART || ARCH_GEMINI)
|
||||
depends on ATAGS
|
||||
|
|
@ -20,6 +20,9 @@ menuconfig ARCH_SA1100
|
|||
help
|
||||
Support for StrongARM 11x0 based boards.
|
||||
|
||||
Support for these machines will go away in 2027,
|
||||
unless there are any remaining users that speak up.
|
||||
|
||||
if ARCH_SA1100
|
||||
|
||||
config SA1100_ASSABET
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user