summaryrefslogtreecommitdiffstats
path: root/drivers/pmdomain/arm/Kconfig
blob: acbe4331aaf78996e365e39135d8e2b917fc3b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-License-Identifier: GPL-2.0-only
config ARM_SCMI_PERF_DOMAIN
	tristate "SCMI performance domain driver"
	depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
	default y
	select PM_GENERIC_DOMAINS if PM
	help
	  This enables support for the SCMI performance domains which can be
	  enabled or disabled via the SCP firmware.

	  This driver can also be built as a module. If so, the module will be
	  called scmi_perf_domain.

config ARM_SCMI_POWER_DOMAIN
	tristate "SCMI power domain driver"
	depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
	default y
	select PM_GENERIC_DOMAINS if PM
	help
	  This enables support for the SCMI power domains which can be
	  enabled or disabled via the SCP firmware

	  This driver can also be built as a module. If so, the module
	  will be called scmi_pm_domain. Note this may needed early in boot
	  before rootfs may be available.