On 3/9/24 18:07, Peter Maydell wrote:
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.mayd...@linaro.org>
---
  include/hw/pcmcia.h   | 63 -------------------------------------------
  hw/pcmcia/pcmcia.c    | 24 -----------------
  hw/Kconfig            |  1 -
  hw/meson.build        |  1 -
  hw/pcmcia/Kconfig     |  2 --
  hw/pcmcia/meson.build |  1 -
  6 files changed, 92 deletions(-)
  delete mode 100644 include/hw/pcmcia.h
  delete mode 100644 hw/pcmcia/pcmcia.c
  delete mode 100644 hw/pcmcia/Kconfig
  delete mode 100644 hw/pcmcia/meson.build

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to