aboutsummaryrefslogtreecommitdiff
path: root/hw/block/Kconfig
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-07-24 13:29:05 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-09-13 20:10:49 +0200
commite4f60355858034a958aef780947757a487793b41 (patch)
treefbc31396e2dd47457031fe3432a42f9a84b49ff0 /hw/block/Kconfig
parent0ea0538fae516f9b42c10ad604698b4e4985f76b (diff)
downloadqemu-e4f60355858034a958aef780947757a487793b41.zip
qemu-e4f60355858034a958aef780947757a487793b41.tar.gz
qemu-e4f60355858034a958aef780947757a487793b41.tar.bz2
hw/block: Remove TC58128 NAND EEPROM
The TC58128 NAND EEPROM is not user creatable and needs to be instanciated in the code via tc58128_init(). Only the SHIX machine was using it, and it was removed in the previous commit. Since the TC58128 has no more users, remove it too. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-ID: <20240903153959.18392-3-philmd@linaro.org>
Diffstat (limited to 'hw/block/Kconfig')
-rw-r--r--hw/block/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/block/Kconfig b/hw/block/Kconfig
index 9e8f28f..ef6709b 100644
--- a/hw/block/Kconfig
+++ b/hw/block/Kconfig
@@ -28,9 +28,6 @@ config ECC
config ONENAND
bool
-config TC58128
- bool
-
config VIRTIO_BLK
bool
default y