xref: /linux/drivers/pmdomain/amlogic/Kconfig (revision 3a39d672e7f48b8d6b91a09afa4b55352773b4b5)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Amlogic PM Domains"
3
4config MESON_EE_PM_DOMAINS
5	tristate "Amlogic Meson Everything-Else Power Domains driver"
6	depends on ARCH_MESON || COMPILE_TEST
7	depends on PM && OF
8	default ARCH_MESON
9	select PM_GENERIC_DOMAINS
10	select PM_GENERIC_DOMAINS_OF
11	help
12	  Say yes to expose Amlogic Meson Everything-Else Power Domains as
13	  Generic Power Domains.
14
15config MESON_SECURE_PM_DOMAINS
16	tristate "Amlogic Meson Secure Power Domains driver"
17	depends on (ARCH_MESON || COMPILE_TEST) && MESON_SM
18	depends on PM && OF
19	depends on HAVE_ARM_SMCCC
20	default ARCH_MESON
21	select PM_GENERIC_DOMAINS
22	select PM_GENERIC_DOMAINS_OF
23	help
24	  Support for the power controller on Amlogic A1/C1 series.
25	  Say yes to expose Amlogic Meson Secure Power Domains as Generic
26	  Power Domains.
27
28endmenu
29