Commit f264fd2fff66b2eb0ff4ad517ffb657147125f8f

Authored by Eric Lee
1 parent 2249853937
Exists in master

Add Linux external watchdog driver on module

Showing 2 changed files with 3 additions and 2 deletions Side-by-side Diff

recipes-kernel/linux/linux-smarcfimx6-4.9.11/defconfig
... ... @@ -2484,7 +2484,8 @@
2484 2484 #
2485 2485 # CONFIG_SOFT_WATCHDOG is not set
2486 2486 # CONFIG_DA9052_WATCHDOG is not set
2487   -# CONFIG_GPIO_WATCHDOG is not set
  2487 +CONFIG_GPIO_WATCHDOG=y
  2488 +CONFIG_GPIO_WATCHDOG_ARCH_INITCALL=y
2488 2489 # CONFIG_XILINX_WATCHDOG is not set
2489 2490 # CONFIG_ZIIRAVE_WATCHDOG is not set
2490 2491 # CONFIG_CADENCE_WATCHDOG is not set
recipes-kernel/linux/linux-smarcfimx6_4.9.11.bb
... ... @@ -17,7 +17,7 @@
17 17 file://defconfig \
18 18 "
19 19  
20   -SRCREV = "02e1c8b441b4371d347e9007088d385989b56465"
  20 +SRCREV = "f43e292b6da909a13d1a157e04f0600135f55aff"
21 21 PV = "4.9.11"
22 22 LOCALVERSION = "-1.0.1_smarc"
23 23