summaryrefslogtreecommitdiffstats
path: root/hw/block/meson.build
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-02-21 19:55:22 +0100
committerPhilippe Mathieu-Daudé2021-03-06 16:18:42 +0100
commit475e70bde6cbde2d38d612b19107229a4ff42f11 (patch)
treef9babb3a536efa530b9c33ec8e7ebdfe888ab291 /hw/block/meson.build
parenthw/timer: Introduce SH_TIMER Kconfig entry (diff)
downloadqemu-475e70bde6cbde2d38d612b19107229a4ff42f11.tar.gz
qemu-475e70bde6cbde2d38d612b19107229a4ff42f11.tar.xz
qemu-475e70bde6cbde2d38d612b19107229a4ff42f11.zip
hw/block: Introduce TC58128 eeprom Kconfig entry
Add more fine-grained selection by adding a CONFIG_TC58128 selector for the TC58128 eeprom. As this device is only used by the Shix machine, add an entry to the proper section in MAINTAINERS. Suggested-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20210222141514.2646278-7-f4bug@amsat.org>
Diffstat (limited to 'hw/block/meson.build')
-rw-r--r--hw/block/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/block/meson.build b/hw/block/meson.build
index 602ca6c854..4bf994c64f 100644
--- a/hw/block/meson.build
+++ b/hw/block/meson.build
@@ -12,7 +12,7 @@ softmmu_ss.add(when: 'CONFIG_PFLASH_CFI02', if_true: files('pflash_cfi02.c'))
softmmu_ss.add(when: 'CONFIG_SSI_M25P80', if_true: files('m25p80.c'))
softmmu_ss.add(when: 'CONFIG_SWIM', if_true: files('swim.c'))
softmmu_ss.add(when: 'CONFIG_XEN', if_true: files('xen-block.c'))
-softmmu_ss.add(when: 'CONFIG_SH4', if_true: files('tc58128.c'))
+softmmu_ss.add(when: 'CONFIG_TC58128', if_true: files('tc58128.c'))
softmmu_ss.add(when: 'CONFIG_NVME_PCI', if_true: files('nvme.c', 'nvme-ns.c'))
specific_ss.add(when: 'CONFIG_VIRTIO_BLK', if_true: files('virtio-blk.c'))