blob: 0a4ea809a61b0cddb37fd6fc2b72e6047a343bf4 [file] [log] [blame]
Flora Fu1f022d82015-03-17 11:14:34 +01001#
2# MediaTek SoC drivers
3#
Sascha Hauer16a624a2015-06-24 08:17:02 +02004config MTK_INFRACFG
5 bool "MediaTek INFRACFG Support"
6 depends on ARCH_MEDIATEK || COMPILE_TEST
7 select REGMAP
8 help
9 Say yes here to add support for the MediaTek INFRACFG controller. The
10 INFRACFG controller contains various infrastructure registers not
11 directly associated to any device.
12
Flora Fu1f022d82015-03-17 11:14:34 +010013config MTK_PMIC_WRAP
14 tristate "MediaTek PMIC Wrapper Support"
15 depends on ARCH_MEDIATEK
Matthias Brugger2a910d12015-05-27 14:20:55 +020016 depends on RESET_CONTROLLER
Flora Fu1f022d82015-03-17 11:14:34 +010017 select REGMAP
18 help
19 Say yes here to add support for MediaTek PMIC Wrapper found
20 on different MediaTek SoCs. The PMIC wrapper is a proprietary
21 hardware to connect the PMIC.
Sascha Hauerc84e3582015-06-24 08:17:04 +020022
23config MTK_SCPSYS
24 bool "MediaTek SCPSYS Support"
25 depends on ARCH_MEDIATEK || COMPILE_TEST
Eddie Huang627b6552015-11-13 18:50:35 +080026 default ARM64 && ARCH_MEDIATEK
Sascha Hauerc84e3582015-06-24 08:17:04 +020027 select REGMAP
28 select MTK_INFRACFG
29 select PM_GENERIC_DOMAINS if PM
30 help
31 Say yes here to add support for the MediaTek SCPSYS power domain
32 driver.