xref: /openbmc/linux/drivers/soc/mediatek/Kconfig (revision 31d7b359)
1#
2# MediaTek SoC drivers
3#
4menu "MediaTek SoC drivers"
5	depends on ARCH_MEDIATEK || COMPILE_TEST
6
7config MTK_INFRACFG
8	bool "MediaTek INFRACFG Support"
9	select REGMAP
10	help
11	  Say yes here to add support for the MediaTek INFRACFG controller. The
12	  INFRACFG controller contains various infrastructure registers not
13	  directly associated to any device.
14
15config MTK_PMIC_WRAP
16	tristate "MediaTek PMIC Wrapper Support"
17	depends on RESET_CONTROLLER
18	select REGMAP
19	help
20	  Say yes here to add support for MediaTek PMIC Wrapper found
21	  on different MediaTek SoCs. The PMIC wrapper is a proprietary
22	  hardware to connect the PMIC.
23
24config MTK_SCPSYS
25	bool "MediaTek SCPSYS Support"
26	default ARCH_MEDIATEK
27	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.
33
34endmenu
35