summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorBin Meng <bin.meng@windriver.com>2020-07-19 20:06:46 -0700
committerAndes <uboot@andestech.com>2020-07-24 14:55:31 +0800
commit265d46ba137c59f83c9d2c86900960415292dbed (patch)
tree8cd5699266812cb1492bbec373bd15958381bff3 /board
parent6b62495026ea650221a365fd32756c60c2633390 (diff)
Revert "Revert "riscv: sifive: fu540: Add gpio-restart support""
This reverts commit 23da3c682a84a2ad67a67287979dd4f5259ff607. Now the build failure of sifive_fu540_defconfig board has been fixed, revert this "revert patch". Signed-off-by: Bin Meng <bin.meng@windriver.com>
Diffstat (limited to 'board')
-rw-r--r--board/sifive/fu540/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig
index 4aa1e4c19d..f3217f62c4 100644
--- a/board/sifive/fu540/Kconfig
+++ b/board/sifive/fu540/Kconfig
@@ -68,5 +68,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply SIFIVE_OTP
imply DM_PWM
imply PWM_SIFIVE
+ imply SYSRESET
+ imply SYSRESET_GPIO
endif