Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / pmdomain / amlogic / Kconfig
blobe72b664174af13bd6523584d121f4835df4a8bfd
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "Amlogic PM Domains"
4 config 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.
15 config 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.
28 endmenu