From f264fd2fff66b2eb0ff4ad517ffb657147125f8f Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Wed, 10 Jul 2019 09:54:36 +0800 Subject: [PATCH] Add Linux external watchdog driver on module --- recipes-kernel/linux/linux-smarcfimx6-4.9.11/defconfig | 3 ++- recipes-kernel/linux/linux-smarcfimx6_4.9.11.bb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-smarcfimx6-4.9.11/defconfig b/recipes-kernel/linux/linux-smarcfimx6-4.9.11/defconfig index a80e67d..297ef41 100644 --- a/recipes-kernel/linux/linux-smarcfimx6-4.9.11/defconfig +++ b/recipes-kernel/linux/linux-smarcfimx6-4.9.11/defconfig @@ -2484,7 +2484,8 @@ CONFIG_WATCHDOG_CORE=y # # CONFIG_SOFT_WATCHDOG is not set # CONFIG_DA9052_WATCHDOG is not set -# CONFIG_GPIO_WATCHDOG is not set +CONFIG_GPIO_WATCHDOG=y +CONFIG_GPIO_WATCHDOG_ARCH_INITCALL=y # CONFIG_XILINX_WATCHDOG is not set # CONFIG_ZIIRAVE_WATCHDOG is not set # CONFIG_CADENCE_WATCHDOG is not set diff --git a/recipes-kernel/linux/linux-smarcfimx6_4.9.11.bb b/recipes-kernel/linux/linux-smarcfimx6_4.9.11.bb index 59da133..9d895b9 100644 --- a/recipes-kernel/linux/linux-smarcfimx6_4.9.11.bb +++ b/recipes-kernel/linux/linux-smarcfimx6_4.9.11.bb @@ -17,7 +17,7 @@ SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH} \ file://defconfig \ " -SRCREV = "02e1c8b441b4371d347e9007088d385989b56465" +SRCREV = "f43e292b6da909a13d1a157e04f0600135f55aff" PV = "4.9.11" LOCALVERSION = "-1.0.1_smarc" -- 1.9.1