Message ID | 1391707226-18258-19-git-send-email-ezequiel.garcia@free-electrons.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Feb 06, 2014 at 02:20:25PM -0300, Ezequiel Garcia wrote: > Now that we have proper support for Armada 370/XP watchdog > let's enable it in the defconfig. > > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> > --- > arch/arm/configs/mvebu_defconfig | 2 ++ > 1 file changed, 2 insertions(+) If this ends up being the last version for this series, I'll add a patch for multi_v7_defconfig. Otherwise, please add for the next round. thx, Jason.
On Thu, Feb 06, 2014 at 12:51:59PM -0500, Jason Cooper wrote: > On Thu, Feb 06, 2014 at 02:20:25PM -0300, Ezequiel Garcia wrote: > > Now that we have proper support for Armada 370/XP watchdog > > let's enable it in the defconfig. > > > > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> > > --- > > arch/arm/configs/mvebu_defconfig | 2 ++ > > 1 file changed, 2 insertions(+) > > If this ends up being the last version for this series, I'll add a patch > for multi_v7_defconfig. Otherwise, please add for the next round. > Oh, yes, I forgot about your request on this. Let's hope I don't forget next time.
On Thu, Feb 06, 2014 at 04:10:24PM -0300, Ezequiel Garcia wrote: > On Thu, Feb 06, 2014 at 12:51:59PM -0500, Jason Cooper wrote: > > On Thu, Feb 06, 2014 at 02:20:25PM -0300, Ezequiel Garcia wrote: > > > Now that we have proper support for Armada 370/XP watchdog > > > let's enable it in the defconfig. > > > > > > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> > > > --- > > > arch/arm/configs/mvebu_defconfig | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > If this ends up being the last version for this series, I'll add a patch > > for multi_v7_defconfig. Otherwise, please add for the next round. > > > > Oh, yes, I forgot about your request on this. Let's hope I don't forget > next time. Yes, we found the i2c hang because of multi_v7, so it's definitely worth the effort. thx, Jason.
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index 0f4511d..31bdc6f 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig @@ -62,6 +62,8 @@ CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y CONFIG_THERMAL=y CONFIG_ARMADA_THERMAL=y +CONFIG_WATCHDOG=y +CONFIG_ORION_WATCHDOG=y CONFIG_USB_SUPPORT=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y
Now that we have proper support for Armada 370/XP watchdog let's enable it in the defconfig. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> --- arch/arm/configs/mvebu_defconfig | 2 ++ 1 file changed, 2 insertions(+)