commit | 337605564b6e749310ef1146217894c57990d897 | [log] [tgz] |
---|---|---|
author | Zong Li <zong.li@sifive.com> | Wed Jun 30 23:23:46 2021 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Jul 06 20:24:25 2021 +0800 |
tree | 5178d2931f1b2779d1d761f609715c7fae748b27 | |
parent | b99fc94f6c9834c4b65351cea6eda1981bf8ab4c [diff] [blame] |
riscv: sifive: fu740: kconfig: Enable support for Opencores I2C controller Enable the Opencores I2C controller on FU740 Signed-off-by: Zong Li <zong.li@sifive.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
diff --git a/arch/riscv/cpu/fu740/Kconfig b/arch/riscv/cpu/fu740/Kconfig index 3a5f6e4..1dc052b 100644 --- a/arch/riscv/cpu/fu740/Kconfig +++ b/arch/riscv/cpu/fu740/Kconfig
@@ -35,3 +35,5 @@ imply SIFIVE_OTP imply DM_PWM imply PWM_SIFIVE + imply DM_I2C + imply SYS_I2C_OCORES