mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
12 lines
481 B
Plaintext
12 lines
481 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config MTK_MMINFRA
|
|
tristate "MediaTek MMInfra driver"
|
|
depends on ARCH_MEDIATEK || COMPILE_TEST
|
|
help
|
|
This driver is for the Multimedia Infrastructure in MediaTek SoCs.
|
|
The MMINFRA driver mainly help control power, clock and security setting
|
|
for the bus of multimedia users, such as display, camera, mdp and video
|
|
codec. The MMINFRA driver also provide backup and restore function for
|
|
registers located in the same power domain.
|