From: Zong Li Date: Wed, 30 Jun 2021 15:23:46 +0000 (+0800) Subject: riscv: sifive: fu740: kconfig: Enable support for Opencores I2C controller X-Git-Tag: v2021.10-rc1~38^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2172aa83d587a1ee58a8349af65a098d7d27071;p=pandora-u-boot.git riscv: sifive: fu740: kconfig: Enable support for Opencores I2C controller Enable the Opencores I2C controller on FU740 Signed-off-by: Zong Li Reviewed-by: Leo Yu-Chi Liang --- diff --git a/arch/riscv/cpu/fu740/Kconfig b/arch/riscv/cpu/fu740/Kconfig index 3a5f6e47f5f..1dc052ba31b 100644 --- a/arch/riscv/cpu/fu740/Kconfig +++ b/arch/riscv/cpu/fu740/Kconfig @@ -35,3 +35,5 @@ config SIFIVE_FU740 imply SIFIVE_OTP imply DM_PWM imply PWM_SIFIVE + imply DM_I2C + imply SYS_I2C_OCORES diff --git a/board/sifive/unmatched/Kconfig b/board/sifive/unmatched/Kconfig index 88b5883cae7..fb2c1fbb58a 100644 --- a/board/sifive/unmatched/Kconfig +++ b/board/sifive/unmatched/Kconfig @@ -47,5 +47,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply PHY_MSCC imply SYSRESET imply SYSRESET_GPIO + imply CMD_I2C endif