]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: visionfive2: Enable watchdog driver
authorChanho Park <chanho61.park@samsung.com>
Sun, 5 Nov 2023 23:13:18 +0000 (08:13 +0900)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 5 Dec 2023 08:40:16 +0000 (16:40 +0800)
Enables StarFive Watchdog driver and WDT command.

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
configs/starfive_visionfive2_defconfig

index b15e7d24db1937238cf818c194e6427466facd63..7b39a63359dc06afa55f6769d6c4d3013ba5abaa 100644 (file)
@@ -72,6 +72,7 @@ CONFIG_CMD_MEMINFO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_USB=y
+CONFIG_CMD_WDT=y
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_BOOTSTAGE=y
 CONFIG_OF_BOARD=y
@@ -133,3 +134,7 @@ CONFIG_USB_EHCI_PCI=y
 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_OHCI_PCI=y
 CONFIG_USB_KEYBOARD=y
+# CONFIG_WATCHDOG is not set
+# CONFIG_WATCHDOG_AUTOSTART is not set
+CONFIG_WDT=y
+CONFIG_WDT_STARFIVE=y