[PATCH 06/13] arm64: defconfig: Enable MTK_CMDQ

From: Nícolas F. R. A. Prado
Date: Tue Nov 08 2022 - 18:23:07 EST


Enable support for the MediaTek Command Queue (CMDQ). This implicitly
enables MTK_CMDQ_MBOX, the Command Queue Mailbox, which is used as part
of the display pipeline.

By enabling this on the defconfig we make it effortless to test the
relevant hardware on CI systems like KernelCI.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>
---

arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a0cb700bf0af..5e752a9afed7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1137,6 +1137,7 @@ CONFIG_RASPBERRYPI_POWER=y
CONFIG_FSL_DPAA=y
CONFIG_FSL_MC_DPIO=y
CONFIG_FSL_RCPM=y
+CONFIG_MTK_CMDQ=m
CONFIG_MTK_DEVAPC=m
CONFIG_MTK_PMIC_WRAP=y
CONFIG_QCOM_AOSS_QMP=y
--
2.38.1