brintos

brintos / linux-shallow public Read only

0
0
Text · 819 B · e72b664 Raw
29 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menu "Amlogic PM Domains"3 4config MESON_EE_PM_DOMAINS5	tristate "Amlogic Meson Everything-Else Power Domains driver"6	depends on ARCH_MESON || COMPILE_TEST7	depends on PM && OF8	default ARCH_MESON9	select PM_GENERIC_DOMAINS10	select PM_GENERIC_DOMAINS_OF11	help12	  Say yes to expose Amlogic Meson Everything-Else Power Domains as13	  Generic Power Domains.14 15config MESON_SECURE_PM_DOMAINS16	tristate "Amlogic Meson Secure Power Domains driver"17	depends on (ARCH_MESON || COMPILE_TEST) && MESON_SM18	depends on PM && OF19	depends on HAVE_ARM_SMCCC20	default ARCH_MESON21	select PM_GENERIC_DOMAINS22	select PM_GENERIC_DOMAINS_OF23	help24	  Support for the power controller on Amlogic A1/C1 series.25	  Say yes to expose Amlogic Meson Secure Power Domains as Generic26	  Power Domains.27 28endmenu29