mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00

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>
33 lines
402 B
Text
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
|