mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-10-07 10:09:34 +00:00
27 lines
813 B
Plaintext
27 lines
813 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config MTK_MML
|
|
tristate "DRM MML Support for Mediatek SoCs"
|
|
help
|
|
Choose this option if you have a Mediatek SoCs.
|
|
The module will be called mml in mediatek-drm
|
|
This driver provides kernel mode setting and
|
|
buffer management to display driver.
|
|
|
|
config MTK_MML_DEBUG
|
|
bool "DRM MML Debug Support for Mediatek SoCs"
|
|
help
|
|
Choose this option if you have a Mediatek SoCs.
|
|
This driver provides mml driver unit test nodes
|
|
and mml driver debug feature. Trigger by mml
|
|
UnitTest binary.
|
|
|
|
config MTK_MML_LEGACY
|
|
tristate "DRM MML Legacy Support for Mediatek SoCs"
|
|
help
|
|
Choose this option if you have a Mediatek SoCs.
|
|
The module will be called mml in mediatek-drm
|
|
This driver provides kernel mode setting and
|
|
buffer management to display driver.
|
|
|