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
This commit is contained in:
Peter Maydell
2024-10-01 14:40:59 +01:00
parent 81cc84ca4a
commit 1c94a3fe56
4 changed files with 0 additions and 888 deletions
-1
View File
@@ -875,7 +875,6 @@ M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org
S: Odd Fixes
F: hw/input/lm832x.c
F: hw/rtc/twl92230.c
F: include/hw/input/lm832x.h
Raspberry Pi
-4
View File
@@ -14,10 +14,6 @@ config M48T59
config PL031
bool
config TWL92230
bool
depends on I2C
config MC146818RTC
depends on ISA_BUS
bool
-1
View File
@@ -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'))
-882
View File
File diff suppressed because it is too large Load Diff