mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controller
Enable support for SiFive FU540 Opencores I2C master controller. Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Rick Chen <rick@andestech.com>
This commit is contained in:
parent
b2d4cbe6d4
commit
f517e5fe98
@ -35,6 +35,8 @@ config SIFIVE_FU540
|
|||||||
imply SIFIVE_OTP
|
imply SIFIVE_OTP
|
||||||
imply DM_PWM
|
imply DM_PWM
|
||||||
imply PWM_SIFIVE
|
imply PWM_SIFIVE
|
||||||
|
imply DM_I2C
|
||||||
|
imply SYS_I2C_OCORES
|
||||||
|
|
||||||
if ENV_IS_IN_SPI_FLASH
|
if ENV_IS_IN_SPI_FLASH
|
||||||
|
|
||||||
|
@ -47,5 +47,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||||||
imply SPI_FLASH_ISSI
|
imply SPI_FLASH_ISSI
|
||||||
imply SYSRESET
|
imply SYSRESET
|
||||||
imply SYSRESET_GPIO
|
imply SYSRESET_GPIO
|
||||||
|
imply CMD_I2C
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user