lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 31 Dec 2013 13:22:14 -0800 From: Markus Mayer <markus.mayer@...aro.org> To: Wim Van Sebroeck <wim@...ana.be>, Guenter Roeck <linux@...ck-us.net>, Christian Daudt <bcm@...thebug.org> CC: Linaro Patches <patches@...aro.org>, Linux Watchdog List <linux-watchdog@...r.kernel.org>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Markus Mayer <markus.mayer@...aro.org> Subject: [PATCH 2/2] watchdog: bcm281xx: Turn on debugfs support for watchdog driver This change turns on debugfs support for the BCM281xx watchdog driver. Signed-off-by: Markus Mayer <markus.mayer@...aro.org> --- arch/arm/configs/bcm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig index 10d1392..d4d0083 100644 --- a/arch/arm/configs/bcm_defconfig +++ b/arch/arm/configs/bcm_defconfig @@ -128,3 +128,4 @@ CONFIG_XZ_DEC=y CONFIG_AVERAGE=y CONFIG_WATCHDOG=y CONFIG_BCM_KONA_WDT=y +CONFIG_BCM_KONA_WDT_DEBUG=y -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists