# # MediaTek SoC drivers # config MTK_CMDQ bool "MediaTek CMDQ Support" depends on ARM64 && ( ARCH_MEDIATEK || COMPILE_TEST ) select MAILBOX select MTK_CMDQ_MBOX select MTK_INFRACFG help Say yes here to add support for the MediaTek Command Queue (CMDQ) driver. The CMDQ is used to help read/write registers with critical time limitation, such as updating display configuration during the vblank. config MTK_INFRACFG bool "MediaTek INFRACFG Support" depends on ARCH_MEDIATEK || COMPILE_TEST select REGMAP help Say yes here to add support for the MediaTek INFRACFG controller. The INFRACFG controller contains various infrastructure registers not directly associated to any device. config MTK_PMIC_WRAP tristate "MediaTek PMIC Wrapper Support" select REGMAP help Say yes here to add support for MediaTek PMIC Wrapper found on different MediaTek SoCs. The PMIC wrapper is a proprietary hardware to connect the PMIC. config MTK_SCPSYS bool "MediaTek SCPSYS Support" depends on ARCH_MEDIATEK || COMPILE_TEST default ARCH_MEDIATEK select REGMAP select MTK_INFRACFG select PM_GENERIC_DOMAINS if PM help Say yes here to add support for the MediaTek SCPSYS power domain driver. config MTK_SCPSYS_MT8163 bool "SCPSYS Support MediaTek MT8163" depends on ARCH_MEDIATEK || COMPILE_TEST default y if MACH_MT8163 select REGMAP select MTK_INFRACFG select PM_GENERIC_DOMAINS if PM help Say yes here to add support for the MediaTek SCPSYS power domain driver. The System Control Processor System (SCPSYS) has several power management related tasks in the system.