diff options
author | Sagar Shrikant Kadam <sagar.kadam@sifive.com> | 2019-10-01 10:00:47 -0700 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2019-10-18 09:04:08 +0800 |
commit | b332a897993bbcaa91e4c45fbe39212c1c528be1 (patch) | |
tree | fecc48b245e67618ace541e6ccd884f94b2478aa /board/sifive/fu540 | |
parent | d26b40450ba70dfc1c018c9dfc0b9b18c0465d9e (diff) |
configs: fu540: enable gpio driver
Enable the DM based GPIO driver for FU540-C000 SoC.
Signed-off-by: Sagar Shrikant Kadam <sagar.kadam@sifive.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/sifive/fu540')
-rw-r--r-- | board/sifive/fu540/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index 5d65080429..5ca21474de 100644 --- a/board/sifive/fu540/Kconfig +++ b/board/sifive/fu540/Kconfig @@ -44,6 +44,9 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply MMC_SPI imply MMC_BROKEN_CD imply CMD_MMC + imply DM_GPIO + imply SIFIVE_GPIO + imply CMD_GPIO imply SMP endif |