From: Ivan Khoronzhuk Date: Tue, 10 Dec 2013 14:32:11 +0000 (+0200) Subject: ARM: config: keystone: enable watchdog support X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=76149c035c59ad0be63ebb152e313d7ccce6616d;p=linux-beck.git ARM: config: keystone: enable watchdog support Keystone SoC uses the same watchdog driver as Davinci, so enable WDT and core used by it. Signed-off-by: Ivan Khoronzhuk Signed-off-by: Santosh Shilimkar --- diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index 4582e160feab..332ca723763b 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig @@ -131,6 +131,8 @@ CONFIG_SPI_DAVINCI=y CONFIG_SPI_SPIDEV=y # CONFIG_HWMON is not set CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_CORE=y +CONFIG_DAVINCI_WATCHDOG=y CONFIG_USB=y CONFIG_USB_DEBUG=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y