diff options
| author | Mark Kettenis <[email protected]> | 2022-01-10 20:58:44 +0100 |
|---|---|---|
| committer | Jaehoon Chung <[email protected]> | 2022-01-17 06:56:01 +0900 |
| commit | 97187d5e375cd56f96e6ddca44d2790986899dca (patch) | |
| tree | a8a0868f2bc888883cb27e7f72cf75174e40291e /arch | |
| parent | 6034c9140f25b4913d2ccfc1ec8a6a2a5dbdaae5 (diff) | |
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 <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 78c6b2e92dc..44954977b68 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 |
