Skip to content

Commit

Permalink
configs: arbel_evb: enable npcm watchdog driver
Browse files Browse the repository at this point in the history
Enable npcm watchdog driver but no auto start.

Signed-off-by: Stanley Chu <[email protected]>
  • Loading branch information
stanleychuys committed Sep 10, 2024
1 parent 1f004b0 commit c5d1418
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/arbel_evb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ CONFIG_CMD_PART=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_WDT=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_DHCP6=y
CONFIG_BOOTP_PXE_DHCP_OPTION=y
Expand Down Expand Up @@ -114,6 +115,10 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0416
CONFIG_USB_GADGET_PRODUCT_NUM=0xffff
CONFIG_CI_UDC=y
CONFIG_USB_GADGET_DOWNLOAD=y
# CONFIG_WATCHDOG_AUTOSTART is not set
CONFIG_WATCHDOG_TIMEOUT_MSECS=120000
CONFIG_WDT=y
CONFIG_WDT_NPCM=y
CONFIG_LIB_HW_RAND=y
CONFIG_TPM=y
CONFIG_SHA512=y
Expand Down

0 comments on commit c5d1418

Please sign in to comment.