summary refs log tree commit diff stats
path: root/hw/rtc/meson.build
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-09-03 17:07:28 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-10-01 14:40:59 +0100
commit1c94a3fe560aa9007dcb0aa55df93a9a7d851418 (patch)
treef99876cb3f3ea5a2afb0ebd28a6513bfbbaeea2d /hw/rtc/meson.build
parent81cc84ca4aae08815882532dca2837352191c9b0 (diff)
downloadfocaccia-qemu-1c94a3fe560aa9007dcb0aa55df93a9a7d851418.tar.gz
focaccia-qemu-1c94a3fe560aa9007dcb0aa55df93a9a7d851418.zip
hw/rtc: Remove twl92230 device
Remove the TWL92230 RTC device, which was used only by the n800 and n810.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20240903160751.4100218-31-peter.maydell@linaro.org
Diffstat (limited to 'hw/rtc/meson.build')
-rw-r--r--hw/rtc/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/rtc/meson.build b/hw/rtc/meson.build
index 3ea2affe0b..8ecc2d792c 100644
--- a/hw/rtc/meson.build
+++ b/hw/rtc/meson.build
@@ -3,7 +3,6 @@ system_ss.add(when: 'CONFIG_DS1338', if_true: files('ds1338.c'))
 system_ss.add(when: 'CONFIG_M41T80', if_true: files('m41t80.c'))
 system_ss.add(when: 'CONFIG_M48T59', if_true: files('m48t59.c'))
 system_ss.add(when: 'CONFIG_PL031', if_true: files('pl031.c'))
-system_ss.add(when: 'CONFIG_TWL92230', if_true: files('twl92230.c'))
 system_ss.add(when: ['CONFIG_ISA_BUS', 'CONFIG_M48T59'], if_true: files('m48t59-isa.c'))
 system_ss.add(when: 'CONFIG_XLNX_ZYNQMP', if_true: files('xlnx-zynqmp-rtc.c'))