From f517e5fe98598d933e050b4005af6d745820bdb1 Mon Sep 17 00:00:00 2001 From: Pragnesh Patel Date: Sat, 14 Nov 2020 14:42:35 +0530 Subject: 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 --- arch/riscv/cpu/fu540/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/riscv/cpu/fu540') diff --git a/arch/riscv/cpu/fu540/Kconfig b/arch/riscv/cpu/fu540/Kconfig index ac3f183..61bd5c4 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 -- cgit v1.1