qemu/hw/rtc/Kconfig
Bernhard Beschow 822405b1fe hw/rtc: Add Ricoh RS5C372 RTC emulation
The implementation just allows Linux to determine date and time.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Fabiano Rosas <farosas@suse.de>
Message-ID: <20250223114708.1780-19-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
2025-03-11 20:01:26 +01:00

33 lines
402 B
Text

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
config RS5C372_RTC
bool
depends on I2C
default y if I2C_DEVICES