Kconfig 782 B

12345678910111213141516171819202122232425
  1. config MTK_I2C
  2. tristate "MediaTek I2C adapter"
  3. depends on I2C
  4. default y
  5. ---help---
  6. This selects the MediaTek(R) Integrated Inter Circuit bus driver.
  7. MediaTek(R) I2C bus adapter is the base for some other I2C client, eg: touch, sensors.
  8. If you want to use MediaTek(R) I2C interface, say Y or M here.
  9. If unsure, say N.
  10. config MTK_I2C_EXTENSION
  11. def_bool y if (ARCH_MT6735 || ARCH_MT6735M || ARCH_MT6753 || ARCH_MT6580 || ARCH_MT6755)
  12. help
  13. Select this if your platform need MTK i2c extension.
  14. config MTK_I2C_ARBITRATION
  15. def_bool y if (ARCH_MT6797)
  16. help
  17. Select this if your platform need MTK i2c arbitration support.
  18. config MTK_AP_TO_SCP_I2C
  19. def_bool y if (ARCH_MT6752 || ARCH_MT8163)
  20. ---help---
  21. This option enables AP to control SCP I2C controller 2.