aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc/Kconfig
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-10-04 01:03:52 +0200
committerLaurent Vivier <laurent@vivier.eu>2019-10-24 20:10:27 +0200
commit877c181cd41e024ba1d076f96efe3c5777938846 (patch)
tree4e5d3249f5eade8ad4cd44be1cef9c4227fa2027 /hw/rtc/Kconfig
parent2baa483bb76f3e3924a799f90ff47f48e3237a59 (diff)
downloadqemu-877c181cd41e024ba1d076f96efe3c5777938846.zip
qemu-877c181cd41e024ba1d076f96efe3c5777938846.tar.gz
qemu-877c181cd41e024ba1d076f96efe3c5777938846.tar.bz2
hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory
The PL031 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-3-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/rtc/Kconfig')
-rw-r--r--hw/rtc/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/rtc/Kconfig b/hw/rtc/Kconfig
new file mode 100644
index 0000000..8a4383b
--- /dev/null
+++ b/hw/rtc/Kconfig
@@ -0,0 +1,2 @@
+config PL031
+ bool