From: Pragnesh Patel Date: Sat, 14 Nov 2020 09:12:35 +0000 (+0530) Subject: riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controller X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=f517e5fe98598d933e050b4005af6d745820bdb1;p=u-boot.git riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controller Enable support for SiFive FU540 Opencores I2C master controller. Signed-off-by: Pragnesh Patel Reviewed-by: Rick Chen --- diff --git a/arch/riscv/cpu/fu540/Kconfig b/arch/riscv/cpu/fu540/Kconfig index ac3f183342..61bd5c426e 100644 --- a/arch/riscv/cpu/fu540/Kconfig +++ b/arch/riscv/cpu/fu540/Kconfig @@ -35,6 +35,8 @@ config SIFIVE_FU540 imply SIFIVE_OTP imply DM_PWM imply PWM_SIFIVE + imply DM_I2C + imply SYS_I2C_OCORES if ENV_IS_IN_SPI_FLASH diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index e70d1e53f9..64fdbd44b4 100644 --- a/board/sifive/fu540/Kconfig +++ b/board/sifive/fu540/Kconfig @@ -47,5 +47,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply SPI_FLASH_ISSI imply SYSRESET imply SYSRESET_GPIO + imply CMD_I2C endif