mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-08-04 15:30:24 +00:00
11 lines
418 B
Plaintext
11 lines
418 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config MTK_VMM_SPM
|
|
tristate "MediaTek VMM SPM driver"
|
|
help
|
|
This driver is for the Multimedia Infrastructure in MediaTek SoCs.
|
|
The VMM SPM driver mainly help control VMM buck isolation. It's a
|
|
basic setting during VMM buck being powering up/down. It leaverages
|
|
regulator fwk notification callback to get the status of buck control
|
|
and sets up related SPM registers.
|