Browse Source

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>
Bin Meng 3 years ago
parent
commit
265d46ba13
1 changed files with 2 additions and 0 deletions
  1. 2 0
      board/sifive/fu540/Kconfig

+ 2 - 0
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