Kconfig 865 B

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # MediaTek SoC drivers
  3. #
  4. menu "MediaTek SoC drivers"
  5. depends on ARCH_MEDIATEK || COMPILE_TEST
  6. config MTK_INFRACFG
  7. bool "MediaTek INFRACFG Support"
  8. select REGMAP
  9. help
  10. Say yes here to add support for the MediaTek INFRACFG controller. The
  11. INFRACFG controller contains various infrastructure registers not
  12. directly associated to any device.
  13. config MTK_PMIC_WRAP
  14. tristate "MediaTek PMIC Wrapper Support"
  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. default ARCH_MEDIATEK
  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.
  30. endmenu