diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-10-04 01:03:57 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-10-24 20:24:50 +0200 |
commit | 6a648a5f230d8cfb191a3cef52b15a05db1c47b5 (patch) | |
tree | 24638612f09c76120f30e69c01a24aa3b3490232 /hw/rtc/Kconfig | |
parent | 2811ac30596644c1bfc3eee4e2ebffd2a107c3e4 (diff) | |
download | qemu-6a648a5f230d8cfb191a3cef52b15a05db1c47b5.zip qemu-6a648a5f230d8cfb191a3cef52b15a05db1c47b5.tar.gz qemu-6a648a5f230d8cfb191a3cef52b15a05db1c47b5.tar.bz2 |
hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectory
The TWL92230 is an "energy management device" companion with
a RTC. Since we mostly model the RTC, 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-8-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/rtc/Kconfig')
-rw-r--r-- | hw/rtc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/rtc/Kconfig b/hw/rtc/Kconfig index cc7fead..dff9d60 100644 --- a/hw/rtc/Kconfig +++ b/hw/rtc/Kconfig @@ -8,6 +8,10 @@ config M48T59 config PL031 bool +config TWL92230 + bool + depends on I2C + config MC146818RTC bool |