diff options
author | qianfan Zhao <qianfanguijin@163.com> | 2023-06-06 10:19:32 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-06-06 10:19:32 +0100 |
commit | a95454309269d579d936f3c9c736b436910f74f8 (patch) | |
tree | cc196321b843f7dea8197423f94a76c693ac7751 /hw/misc/Kconfig | |
parent | 44814e210acb589bfdab073b3bed3a6d9a306ca3 (diff) | |
download | qemu-a95454309269d579d936f3c9c736b436910f74f8.zip qemu-a95454309269d579d936f3c9c736b436910f74f8.tar.gz qemu-a95454309269d579d936f3c9c736b436910f74f8.tar.bz2 |
hw/misc: Rename axp209 to axp22x and add support AXP221 PMU
This patch adds minimal support for AXP-221 PMU and connect it to
bananapi M2U board.
Signed-off-by: qianfan Zhao <qianfanguijin@163.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/misc/Kconfig')
-rw-r--r-- | hw/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig index 2ef5781..efeb430 100644 --- a/hw/misc/Kconfig +++ b/hw/misc/Kconfig @@ -176,7 +176,7 @@ config ALLWINNER_A10_CCM config ALLWINNER_A10_DRAMC bool -config AXP209_PMU +config AXP2XX_PMU bool depends on I2C |