2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-03-17 13:14:34 +03:00
|
|
|
#
|
|
|
|
# MediaTek SoC drivers
|
|
|
|
#
|
2017-10-05 06:17:49 +03:00
|
|
|
menu "MediaTek SoC drivers"
|
|
|
|
depends on ARCH_MEDIATEK || COMPILE_TEST
|
|
|
|
|
2018-11-29 06:37:09 +03:00
|
|
|
config MTK_CMDQ
|
|
|
|
tristate "MediaTek CMDQ Support"
|
|
|
|
depends on 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.
|
|
|
|
|
2015-06-24 09:17:02 +03:00
|
|
|
config MTK_INFRACFG
|
|
|
|
bool "MediaTek INFRACFG Support"
|
|
|
|
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.
|
|
|
|
|
2015-03-17 13:14:34 +03:00
|
|
|
config MTK_PMIC_WRAP
|
|
|
|
tristate "MediaTek PMIC Wrapper Support"
|
2015-05-27 15:20:55 +03:00
|
|
|
depends on RESET_CONTROLLER
|
2015-03-17 13:14:34 +03:00
|
|
|
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.
|
2015-06-24 09:17:04 +03:00
|
|
|
|
|
|
|
config MTK_SCPSYS
|
|
|
|
bool "MediaTek SCPSYS Support"
|
2016-10-20 11:56:38 +03:00
|
|
|
default ARCH_MEDIATEK
|
2015-06-24 09:17:04 +03:00
|
|
|
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.
|
2017-10-05 06:17:49 +03:00
|
|
|
|
|
|
|
endmenu
|