hw: Remove PCMCIA subsystem
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Oct 2024 16:05:56 +0000 (17:05 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Oct 2024 14:16:17 +0000 (15:16 +0100)
commitde63376387bada2da5f5aee778bc07eb1d897c16
treed3c89b43e1d97bc57eb51bca9840f2a88e8c46a0
parent819946d275639ab4890b40fc0af71eca67f8c3b3
hw: Remove PCMCIA subsystem

The only PCMCIA subsystem was the PXA2xx SoC and the machines
using it, which have now been removed. Although in theory
we have a few machine types which have PCMCIA (e.g. kzm,
the strongarm machines, sh4's sh7750), none of those machines
implement their PCMCIA controller, and they're all old and
no longer very interesting machine types.

Rather than keeping all the PCMCIA code in-tree without any
active users of it, delete it. If we need PCMCIA in future
we can always resurrect it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241003140010.1653808-5-peter.maydell@linaro.org
hw/Kconfig
hw/meson.build
hw/pcmcia/Kconfig [deleted file]
hw/pcmcia/meson.build [deleted file]
hw/pcmcia/pcmcia.c [deleted file]
include/hw/pcmcia.h [deleted file]