0062-sunxi-Enable-the-I2C-driver-by-default.patch 652 B

1234567891011121314151617181920212223
  1. From ad619478827b825d7b88dce22eb9b5e1c6ea7eb0 Mon Sep 17 00:00:00 2001
  2. From: Samuel Holland <[email protected]>
  3. Date: Sat, 6 Aug 2022 00:11:54 -0500
  4. Subject: [PATCH 62/90] sunxi: Enable the I2C driver by default
  5. This is used by quite a large number of boards, for PMIC/regulator or
  6. LCD panel control.
  7. Signed-off-by: Samuel Holland <[email protected]>
  8. ---
  9. board/sunxi/Kconfig | 1 +
  10. 1 file changed, 1 insertion(+)
  11. --- a/board/sunxi/Kconfig
  12. +++ b/board/sunxi/Kconfig
  13. @@ -38,6 +38,7 @@ config BOARD_SUNXI
  14. imply SPL_POWER
  15. imply SPL_SERIAL
  16. imply SUNXI_GPIO
  17. + imply SYS_I2C_MVTWSI
  18. imply SYS_NS16550
  19. imply SYSRESET
  20. imply SYSRESET_WATCHDOG