summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2022-01-10 22:58:44 +0300
committerJaehoon Chung <jh80.chung@samsung.com>2022-01-17 00:56:01 +0300
commit97187d5e375cd56f96e6ddca44d2790986899dca (patch)
treea8a0868f2bc888883cb27e7f72cf75174e40291e /arch
parent6034c9140f25b4913d2ccfc1ec8a6a2a5dbdaae5 (diff)
downloadu-boot-97187d5e375cd56f96e6ddca44d2790986899dca.tar.xz
power: domain: Add Apple pmgr driver
This driver supports power domains for the power management controller found on Apple SoCs. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 78c6b2e92d..44954977b6 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -942,6 +942,9 @@ config ARCH_APPLE
select OF_CONTROL
select PINCTRL
select POSITION_INDEPENDENT
+ select POWER_DOMAIN
+ select REGMAP
+ select SYSCON
select SYSRESET
select SYSRESET_WATCHDOG
select SYSRESET_WATCHDOG_AUTO