aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-10-18 16:36:16 -0400
committerTom Rini <trini@konsulko.com>2019-10-18 16:36:16 -0400
commitcce99479af3f3d0cdb41a4da078000031b16e9e5 (patch)
tree728cc2a111d0e341e95c7332c84bb57d69dc8d66 /board
parenta2fce50455c9831f36765e5813b0b5e98f55d70b (diff)
parent70d64a4c7646aa51c0334618ccb9af0132d9d834 (diff)
downloadu-boot-cce99479af3f3d0cdb41a4da078000031b16e9e5.zip
u-boot-cce99479af3f3d0cdb41a4da078000031b16e9e5.tar.gz
u-boot-cce99479af3f3d0cdb41a4da078000031b16e9e5.tar.bz2
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
- Support sifive DM based gpio driver for FU540-SoC. - Align boot image header with Linux v5.3
Diffstat (limited to 'board')
-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 5d65080..5ca2147 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