blob: 16d81aeb1d4121fd8ae28db711f1d9769923db3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SPDX-License-Identifier: GPL-2.0-only
config EXYNOS_ACPM_PROTOCOL
tristate "Exynos Alive Clock and Power Manager (ACPM) Message Protocol"
depends on ARCH_EXYNOS || COMPILE_TEST
depends on MAILBOX
help
Alive Clock and Power Manager (ACPM) Message Protocol is defined for
the purpose of communication between the ACPM firmware and masters
(AP, AOC, ...). ACPM firmware operates on the Active Power Management
(APM) module that handles overall power activities.
This protocol driver provides interface for all the client drivers
making use of the features offered by the APM.
|