mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
@@ -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
|
||||
|
||||
@@ -14,10 +14,6 @@ config M48T59
|
||||
config PL031
|
||||
bool
|
||||
|
||||
config TWL92230
|
||||
bool
|
||||
depends on I2C
|
||||
|
||||
config MC146818RTC
|
||||
depends on ISA_BUS
|
||||
bool
|
||||
|
||||
@@ -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'))
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user