uboot-d1: add bootloader for upcoming d1 target
[openwrt/staging/mans0n.git] / package / boot / uboot-d1 / patches / 0062-sunxi-Enable-the-I2C-driver-by-default.patch
1 From ad619478827b825d7b88dce22eb9b5e1c6ea7eb0 Mon Sep 17 00:00:00 2001
2 From: Samuel Holland <samuel@sholland.org>
3 Date: Sat, 6 Aug 2022 00:11:54 -0500
4 Subject: [PATCH 62/90] sunxi: Enable the I2C driver by default
5
6 This is used by quite a large number of boards, for PMIC/regulator or
7 LCD panel control.
8
9 Signed-off-by: Samuel Holland <samuel@sholland.org>
10 ---
11 board/sunxi/Kconfig | 1 +
12 1 file changed, 1 insertion(+)
13
14 --- a/board/sunxi/Kconfig
15 +++ b/board/sunxi/Kconfig
16 @@ -38,6 +38,7 @@ config BOARD_SUNXI
17 imply SPL_POWER
18 imply SPL_SERIAL
19 imply SUNXI_GPIO
20 + imply SYS_I2C_MVTWSI
21 imply SYS_NS16550
22 imply SYSRESET
23 imply SYSRESET_WATCHDOG