On Fri, Apr 24, 2015 at 3:08 PM, Eric Anholt <eric@xxxxxxxxxx> wrote: > Since the WDT is what's used to drive restart and power off, it makes > more sense to keep it there, where the regs are already mapped and > definitions for them provided. Note that this means you may need to > add CONFIG_BCM2835_WDT to retain functionality of your kernel. > > Signed-off-by: Eric Anholt <eric@xxxxxxxxxx> > Cc: linux-watchdog@xxxxxxxxxxxxxxx Any reason not to select BCM2835_WDT in the config by default then? Signed-off-by: Pranith Kumar <bobby.prani@xxxxxxxxx> --- diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 8b11f44..dd4856d 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -116,6 +116,7 @@ config ARCH_BCM2835 select CLKSRC_OF select PINCTRL select PINCTRL_BCM2835 + select BCM2835_WDT help This enables support for the Broadcom BCM2835 SoC. This SoC is used in the Raspberry Pi and Roku 2 devices. -- Pranith -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html