xref: /linux/drivers/pmdomain/marvell/Kconfig (revision b66451723c45b791fd2824d1b8f62fe498989e23)
1# SPDX-License-Identifier: GPL-2.0-only
2
3menu "Marvell PM Domains"
4	depends on ARCH_MMP || COMPILE_TEST
5
6config PXA1908_PM_DOMAINS
7	tristate "Marvell PXA1908 power domains"
8	depends on OF
9	depends on PM
10	default y if ARCH_MMP && ARM64
11	select AUXILIARY_BUS
12	select MFD_SYSCON
13	select PM_GENERIC_DOMAINS
14	select PM_GENERIC_DOMAINS_OF
15	help
16	  Say Y here to enable support for Marvell PXA1908's power domanis.
17
18endmenu
19