Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config INTERCONNECT_MTK
  3. bool "MediaTek interconnect drivers"
  4. depends on ARCH_MEDIATEK || COMPILE_TEST
  5. help
  6. Support for MediaTek's bus interconnect hardware.
  7. config INTERCONNECT_MTK_DVFSRC_EMI
  8. tristate "MediaTek DVFSRC EMI interconnect driver"
  9. depends on INTERCONNECT_MTK && MTK_DVFSRC
  10. help
  11. This is a driver for the MediaTek External Memory Interface
  12. interconnect on SoCs equipped with the integrated Dynamic
  13. Voltage Frequency Scaling Resource Collector (DVFSRC) MCU
  14. config INTERCONNECT_MTK_MT8183
  15. tristate "MediaTek MT8183 interconnect driver"
  16. depends on INTERCONNECT_MTK_DVFSRC_EMI
  17. help
  18. This is a driver for the MediaTek bus interconnect on MT8183-based
  19. platforms.
  20. config INTERCONNECT_MTK_MT8195
  21. tristate "MediaTek MT8195 interconnect driver"
  22. depends on INTERCONNECT_MTK_DVFSRC_EMI
  23. help
  24. This is a driver for the MediaTek bus interconnect on MT8195-based
  25. platforms.
  26. config INTERCONNECT_MTK_MT8196
  27. tristate "MediaTek MT8196 interconnect driver"
  28. depends on INTERCONNECT_MTK_DVFSRC_EMI
  29. help
  30. This is a driver for the MediaTek bus interconnect on MT8196-based
  31. platforms.