summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSagar Shrikant Kadam <sagar.kadam@sifive.com>2019-10-01 10:00:47 -0700
committerAndes <uboot@andestech.com>2019-10-18 09:04:08 +0800
commitb332a897993bbcaa91e4c45fbe39212c1c528be1 (patch)
treefecc48b245e67618ace541e6ccd884f94b2478aa
parentd26b40450ba70dfc1c018c9dfc0b9b18c0465d9e (diff)
downloadu-boot-b332a897993bbcaa91e4c45fbe39212c1c528be1.tar.gz
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>
-rw-r--r--board/sifive/fu540/Kconfig3
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