summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi
diff options
context:
space:
mode:
authorRouven Czerwinski <r.czerwinski@pengutronix.de>2019-01-10 10:59:42 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-01-10 18:10:44 +0100
commit648c3feb062a10e260f2d87d2e7342e9b85ad25c (patch)
tree353251c49f1358031b19b45b18d01bef2cb74b65 /configs/platform-rpi
parentcd5b7d32ca39d83dd39d6be8a041ff3799ae90be (diff)
downloadDistroKit-648c3feb062a10e260f2d87d2e7342e9b85ad25c.tar.gz
DistroKit-648c3feb062a10e260f2d87d2e7342e9b85ad25c.tar.xz
platform-rpi: kernel: disable kernel watchdog triggering
"reason" says: If the bootloader has enabled the watchdog, the intention is usually to monitor the whole boot process. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Diffstat (limited to 'configs/platform-rpi')
-rw-r--r--configs/platform-rpi/kernelconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig
index 081af2b..ae6f98c 100644
--- a/configs/platform-rpi/kernelconfig
+++ b/configs/platform-rpi/kernelconfig
@@ -1753,7 +1753,7 @@ CONFIG_BCM2835_THERMAL=y
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
-CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
+# CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED is not set
# CONFIG_WATCHDOG_SYSFS is not set
#