Kconfig 872 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # MediaTek SoC drivers
  3. #
  4. config 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. config MTK_PMIC_WRAP
  13. tristate "MediaTek PMIC Wrapper Support"
  14. depends on ARCH_MEDIATEK
  15. depends on RESET_CONTROLLER
  16. select REGMAP
  17. help
  18. Say yes here to add support for MediaTek PMIC Wrapper found
  19. on different MediaTek SoCs. The PMIC wrapper is a proprietary
  20. hardware to connect the PMIC.
  21. config MTK_SCPSYS
  22. bool "MediaTek SCPSYS Support"
  23. depends on ARCH_MEDIATEK || COMPILE_TEST
  24. select REGMAP
  25. select MTK_INFRACFG
  26. select PM_GENERIC_DOMAINS if PM
  27. help
  28. Say yes here to add support for the MediaTek SCPSYS power domain
  29. driver.