mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
hw: Move DS1338 device from hw/timer/ to hw/rtc/ subdirectory
The DS1338 is a Real Time Clock, not a timer. Move it under the hw/rtc/ subdirectory. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20191003230404.19384-9-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
6a648a5f23
commit
64e85ffde8
5 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
config DS1338
|
||||
bool
|
||||
depends on I2C
|
||||
|
||||
config M41T80
|
||||
bool
|
||||
depends on I2C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue