projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d26b404
)
configs: fu540: enable gpio driver
author
Sagar Shrikant Kadam
<sagar.kadam@sifive.com>
Tue, 1 Oct 2019 17:00:47 +0000
(10:00 -0700)
committer
Andes
<uboot@andestech.com>
Fri, 18 Oct 2019 01:04:08 +0000
(09:04 +0800)
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>
board/sifive/fu540/Kconfig
patch
|
blob
|
history
diff --git
a/board/sifive/fu540/Kconfig
b/board/sifive/fu540/Kconfig
index 5d6508042914265020a9fd9df38682e2e1305d8a..5ca21474deea9c40d60805a13d0148cfe308e0e1 100644
(file)
--- 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