diff options
author | Zong Li <zong.li@sifive.com> | 2021-06-30 23:23:46 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2021-07-06 20:24:25 +0800 |
commit | e2172aa83d587a1ee58a8349af65a098d7d27071 (patch) | |
tree | 5178d2931f1b2779d1d761f609715c7fae748b27 /board/sifive | |
parent | 946afdf6209e19ce0b233ff938bc111ddbdceadf (diff) | |
download | u-boot-e2172aa83d587a1ee58a8349af65a098d7d27071.tar.gz |
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>
Diffstat (limited to 'board/sifive')
-rw-r--r-- | board/sifive/unmatched/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sifive/unmatched/Kconfig b/board/sifive/unmatched/Kconfig index 88b5883cae..fb2c1fbb58 100644 --- a/board/sifive/unmatched/Kconfig +++ b/board/sifive/unmatched/Kconfig @@ -47,5 +47,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply PHY_MSCC imply SYSRESET imply SYSRESET_GPIO + imply CMD_I2C endif |