mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 00:53:29 +08:00
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>
This commit is contained in:
parent
946afdf620
commit
e2172aa83d
@ -35,3 +35,5 @@ config SIFIVE_FU740
|
||||
imply SIFIVE_OTP
|
||||
imply DM_PWM
|
||||
imply PWM_SIFIVE
|
||||
imply DM_I2C
|
||||
imply SYS_I2C_OCORES
|
||||
|
@ -47,5 +47,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||
imply PHY_MSCC
|
||||
imply SYSRESET
|
||||
imply SYSRESET_GPIO
|
||||
imply CMD_I2C
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user