Skip to content

Commit

Permalink
ARM: n900_defconfig: compile watchdog drivers in kernel
Browse files Browse the repository at this point in the history
This should prevent occasional shut downs on slow booting.

Device Drivers  --->
  Watchdog Timer Support  --->
   <*> OMAP Watchdog     [CONFIG_OMAP_WATCHDOG]
   <*> TWL4030 Watchdog  [CONFIG_TWL4030_WATCHDOG]
  • Loading branch information
spinal84 authored and MerlijnWajer committed Aug 14, 2019
1 parent a93515a commit 91aeab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/configs/n900_defconfig
Expand Up @@ -284,8 +284,8 @@ CONFIG_THERMAL_GOV_USER_SPACE=y
CONFIG_CPU_THERMAL=y
CONFIG_TI_THERMAL=y
CONFIG_WATCHDOG=y
CONFIG_OMAP_WATCHDOG=m
CONFIG_TWL4030_WATCHDOG=m
CONFIG_OMAP_WATCHDOG=y
CONFIG_TWL4030_WATCHDOG=y
CONFIG_MFD_CPCAP=y
CONFIG_MFD_TI_AM335X_TSCADC=m
CONFIG_MFD_TI_LMU=m
Expand Down

0 comments on commit 91aeab7

Please sign in to comment.