qemu/hw/rtc/Kconfig
Peter Maydell 1c94a3fe56 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
2024-10-01 14:40:59 +01:00

29 lines
325 B
Plaintext

config DS1338
bool
depends on I2C
default y if I2C_DEVICES
config M41T80
bool
depends on I2C
default y if I2C_DEVICES
config M48T59
bool
config PL031
bool
config MC146818RTC
depends on ISA_BUS
bool
config SUN4V_RTC
bool
config GOLDFISH_RTC
bool
config LS7A_RTC
bool