From 4e57833523dbe0853ea623c282e423a81399d229 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 25 Apr 2017 23:16:36 +0100 Subject: [PATCH] watchdog: Enable WATCHDOG_SYSFS --- debian/changelog | 1 + debian/config/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8f9e526be..d1eddda7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -342,6 +342,7 @@ linux (4.9.24-1) UNRELEASED; urgency=medium * serial/8250: Enable SERIAL_8250_MOXA as module * [x86] gpio: Enable GPIO_AMDPT as module * [x86] thermal: Enable INT3406_THERMAL as module + * watchdog: Enable WATCHDOG_SYSFS [ Salvatore Bonaccorso ] * ping: implement proper locking (CVE-2017-2671) diff --git a/debian/config/config b/debian/config/config index c147ea74b..0065244ea 100644 --- a/debian/config/config +++ b/debian/config/config @@ -5073,6 +5073,7 @@ CONFIG_W1_SLAVE_BQ27000=m ## CONFIG_WATCHDOG=y # CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_SYSFS=y CONFIG_SOFT_WATCHDOG=m # CONFIG_GPIO_WATCHDOG is not set CONFIG_WM831X_WATCHDOG=m