Disable watchdog on ODROID-M1 (#2675) (#2678)

In current Linux 6.1 kernel, the watchdog leads to a system freeze
instead of a reboot.
This commit is contained in:
Stefan Agner 2023-08-09 12:17:04 +02:00 committed by GitHub
parent a160c674d6
commit 6ba07710e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,3 +7,5 @@ CONFIG_KEYBOARD_GPIO=y
CONFIG_KEYBOARD_GPIO_POLLED=y
CONFIG_MMC_SDHCI_OF_DWCMSHC=y
# CONFIG_DW_WATCHDOG is not set