diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-23 11:04:15 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-08-28 23:29:37 +0200 |
commit | eef3c2ba0a42a6aa709828e968b64bd11f4aeb19 (patch) | |
tree | 9ebc2e6ae46d4d7013a3d7d1870ec6a7235e4f6c /drivers/soc/amlogic/Kconfig | |
parent | soc: amlogic: meson-gx-socinfo: Add of_node_put() before return (diff) | |
download | linux-eef3c2ba0a42a6aa709828e968b64bd11f4aeb19.tar.xz linux-eef3c2ba0a42a6aa709828e968b64bd11f4aeb19.zip |
soc: amlogic: Add support for Everything-Else power domains controller
Add support for the General Purpose Amlogic Everything-Else Power controller,
with the first support for G12A and SM1 SoCs dedicated to the VPU, PCIe,
USB, NNA, GE2D and Ethernet Power Domains.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'drivers/soc/amlogic/Kconfig')
-rw-r--r-- | drivers/soc/amlogic/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/soc/amlogic/Kconfig b/drivers/soc/amlogic/Kconfig index 23bfb8ef4fdb..bc2c912949bd 100644 --- a/drivers/soc/amlogic/Kconfig +++ b/drivers/soc/amlogic/Kconfig @@ -37,6 +37,17 @@ config MESON_GX_PM_DOMAINS Say yes to expose Amlogic Meson GX Power Domains as Generic Power Domains. +config MESON_EE_PM_DOMAINS + bool "Amlogic Meson Everything-Else Power Domains driver" + depends on ARCH_MESON || COMPILE_TEST + depends on PM && OF + default ARCH_MESON + select PM_GENERIC_DOMAINS + select PM_GENERIC_DOMAINS_OF + help + Say yes to expose Amlogic Meson Everything-Else Power Domains as + Generic Power Domains. + config MESON_MX_SOCINFO bool "Amlogic Meson MX SoC Information driver" depends on ARCH_MESON || COMPILE_TEST |