Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162095AbbKEHnX (ORCPT ); Thu, 5 Nov 2015 02:43:23 -0500 Received: from eusmtp01.atmel.com ([212.144.249.242]:51391 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161148AbbKEHnV (ORCPT ); Thu, 5 Nov 2015 02:43:21 -0500 From: Wenyou Yang To: Russell King , Nicolas Ferre , Alexandre Belloni CC: , , Wenyou Yang Subject: [PATCH] ARM: at91/sama5_defconfig: enable watchdog driver Date: Thu, 5 Nov 2015 15:37:56 +0800 Message-ID: <1446709076-24359-1-git-send-email-wenyou.yang@atmel.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 30 Enabel AT91SAM9X / AT91CAP9 watchdog and SAMA5D4 watchdog. Signed-off-by: Wenyou Yang --- arch/arm/configs/sama5_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index a0c57ac..963daae 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -130,6 +130,9 @@ CONFIG_POWER_SUPPLY=y CONFIG_POWER_RESET=y # CONFIG_HWMON is not set CONFIG_SSB=m +CONFIG_WATCHDOG=y +CONFIG_AT91SAM9X_WATCHDOG=y +CONFIG_SAMA5D4_WATCHDOG=y CONFIG_MFD_ATMEL_FLEXCOM=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/