Kconfig 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. #
  2. # MediaTek SoC drivers
  3. #
  4. config SOC_MEDIATEK
  5. bool
  6. help
  7. Mediatek SoC support.
  8. config MTK_INFRACFG
  9. bool "MediaTek INFRACFG Support"
  10. depends on ARCH_MEDIATEK
  11. select SOC_MEDIATEK
  12. select REGMAP
  13. help
  14. Say yes here to add support for the MediaTek INFRACFG controller. The
  15. INFRACFG controller contains various infrastructure registers not
  16. directly associated to any device.
  17. INFRACFG controller is needed by SCPSYS driver.
  18. config MTK_SCPSYS_MT8173
  19. bool "SCPSYS Support for MediaTek MT8173"
  20. depends on MTK_INFRACFG
  21. select SOC_MEDIATEK
  22. select REGMAP
  23. select PM_GENERIC_DOMAINS
  24. default y if ARCH_MT8173
  25. help
  26. Say yes here to add support for the MediaTek SCPSYS power domain
  27. driver.
  28. The System Control Processor System (SCPSYS) has several power
  29. management related tasks in the system.
  30. config MTK_SCPSYS_MT8163
  31. bool "SCPSYS Support MediaTek MT8163"
  32. depends on MTK_INFRACFG
  33. select SOC_MEDIATEK
  34. select REGMAP
  35. select PM_GENERIC_DOMAINS
  36. default y if ARCH_MT8163
  37. help
  38. Say yes here to add support for the MediaTek SCPSYS power domain
  39. driver.
  40. The System Control Processor System (SCPSYS) has several power
  41. management related tasks in the system.
  42. config MTK_SCPSYS_MT2701
  43. bool "SCPSYS Support MediaTek MT2701"
  44. depends on MTK_INFRACFG
  45. select SOC_MEDIATEK
  46. select REGMAP
  47. select PM_GENERIC_DOMAINS
  48. default y if MACH_MT2701
  49. help
  50. Say yes here to add support for the MediaTek SCPSYS power domain
  51. driver.
  52. The System Control Processor System (SCPSYS) has several power
  53. management related tasks in the system.
  54. config MTK_SCPSYS_MT8127
  55. bool "SCPSYS Support MediaTek MT8127"
  56. depends on MTK_INFRACFG
  57. select SOC_MEDIATEK
  58. select REGMAP
  59. select PM_GENERIC_DOMAINS
  60. default y if ARCH_MT8127
  61. help
  62. Say yes here to add support for the MediaTek SCPSYS power domain
  63. driver.
  64. The System Control Processor System (SCPSYS) has several power
  65. management related tasks in the system.
  66. config MTK_PMIC_WRAP_COMMON
  67. tristate "MediaTek PMIC Wrapper Support"
  68. depends on ARCH_MEDIATEK
  69. select REGMAP
  70. help
  71. Say yes here to add support for MediaTek PMIC Wrapper found
  72. on different MediaTek SoCs. The PMIC wrapper is a proprietary
  73. hardware to connect the PMIC.