qemu/hw/block/Kconfig
Peter Maydell 48cbe68670 hw/block: Remove ecc
The ecc.c code was used only by the PXA2xx and OMAP2 SoC devices,
which we have removed, so it is now completely unused.

Note that hw/misc/eccmemctl.c does not in fact use any of the
code frome ecc.c, so that KConfig dependency was incorrect.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20241003140010.1653808-6-peter.maydell@linaro.org
2024-10-15 15:16:17 +01:00

38 lines
471 B
Plaintext

config FDC
bool
config FDC_ISA
bool
depends on ISA_BUS
select FDC
config FDC_SYSBUS
bool
select FDC
config SSI_M25P80
bool
config NAND
bool
config PFLASH_CFI01
bool
config PFLASH_CFI02
bool
config VIRTIO_BLK
bool
default y
depends on VIRTIO
config VHOST_USER_BLK
bool
# Only PCI devices are provided for now
default y if VIRTIO_PCI
depends on VIRTIO && VHOST_USER && LINUX
config SWIM
bool