]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/pci: Remove old STA2x11 support
authorArnd Bergmann <arnd@arndb.de>
Wed, 26 Feb 2025 21:37:13 +0000 (22:37 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 27 Feb 2025 10:22:14 +0000 (11:22 +0100)
commitdcbb01fbb7aeed0fae4dc1389a36842c77f4f381
tree5309996b721f80ac0d5c0583a54ffdf6c28d4baf
parentca5955dd5f08727605723b60767fbf2cc3d54046
x86/pci: Remove old STA2x11 support

ST ConneXt STA2x11 was an interface chip for Atom E6xx processors,
using a number of components usually found on Arm SoCs. Most of this
was merged upstream, but it was never complete enough to actually work
and has been abandoned for many years.

We already had an agreement on removing it in 2022, but nobody ever
submitted the patch to do it.

Without STA2x11, CONFIG_X86_32_NON_STANDARD no longer has any
use - remove it.

Suggested-by: Davide Ciminaghi <ciminaghi@gnudd.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/r/20250226213714.4040853-10-arnd@kernel.org
arch/x86/Kconfig
arch/x86/include/asm/sta2x11.h [deleted file]
arch/x86/pci/Makefile
arch/x86/pci/sta2x11-fixup.c [deleted file]