diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-10-14 17:05:57 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-15 15:16:17 +0100 |
commit | 48cbe68670c115d6f0c7e87df6ec5bf9a5228528 (patch) | |
tree | 15724e9c110c2adce4a66b6538153661dffcbbf2 /hw/block/Kconfig | |
parent | de63376387bada2da5f5aee778bc07eb1d897c16 (diff) | |
download | qemu-48cbe68670c115d6f0c7e87df6ec5bf9a5228528.zip qemu-48cbe68670c115d6f0c7e87df6ec5bf9a5228528.tar.gz qemu-48cbe68670c115d6f0c7e87df6ec5bf9a5228528.tar.bz2 |
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
Diffstat (limited to 'hw/block/Kconfig')
-rw-r--r-- | hw/block/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/block/Kconfig b/hw/block/Kconfig index e67a6fd..a898e04 100644 --- a/hw/block/Kconfig +++ b/hw/block/Kconfig @@ -22,9 +22,6 @@ config PFLASH_CFI01 config PFLASH_CFI02 bool -config ECC - bool - config VIRTIO_BLK bool default y |