hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/soc/mediatek/Kconfig
....@@ -1,8 +1,21 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # MediaTek SoC drivers
34 #
45 menu "MediaTek SoC drivers"
56 depends on ARCH_MEDIATEK || COMPILE_TEST
7
+
8
+config MTK_CMDQ
9
+ tristate "MediaTek CMDQ Support"
10
+ depends on ARCH_MEDIATEK || COMPILE_TEST
11
+ select MAILBOX
12
+ select MTK_CMDQ_MBOX
13
+ select MTK_INFRACFG
14
+ help
15
+ Say yes here to add support for the MediaTek Command Queue (CMDQ)
16
+ driver. The CMDQ is used to help read/write registers with critical
17
+ time limitation, such as updating display configuration during the
18
+ vblank.
619
720 config MTK_INFRACFG
821 bool "MediaTek INFRACFG Support"
....@@ -31,4 +44,11 @@
3144 Say yes here to add support for the MediaTek SCPSYS power domain
3245 driver.
3346
47
+config MTK_MMSYS
48
+ bool "MediaTek MMSYS Support"
49
+ default ARCH_MEDIATEK
50
+ help
51
+ Say yes here to add support for the MediaTek Multimedia
52
+ Subsystem (MMSYS).
53
+
3454 endmenu