diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-02-10 18:00:37 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-17 16:47:31 -0500 |
commit | ea7621968b522bc17fb3cb681f294cffb607eca1 (patch) | |
tree | 334a8f2b9eae721e4b0aacf08aa67456e0ee5162 /arch/arm | |
parent | a96beda759f10bce58c64c2f2953331ed771a734 (diff) |
ARM: dove: Enable watchdog support in the defconfig
Now that we have watchdog support, let's add it to the defconfig.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/dove_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/dove_defconfig b/arch/arm/configs/dove_defconfig index 7242b11682ad..f15955144175 100644 --- a/arch/arm/configs/dove_defconfig +++ b/arch/arm/configs/dove_defconfig | |||
@@ -79,6 +79,8 @@ CONFIG_SPI_ORION=y | |||
79 | # CONFIG_HWMON is not set | 79 | # CONFIG_HWMON is not set |
80 | CONFIG_THERMAL=y | 80 | CONFIG_THERMAL=y |
81 | CONFIG_DOVE_THERMAL=y | 81 | CONFIG_DOVE_THERMAL=y |
82 | CONFIG_WATCHDOG=y | ||
83 | CONFIG_ORION_WATCHDOG=y | ||
82 | CONFIG_USB=y | 84 | CONFIG_USB=y |
83 | CONFIG_USB_XHCI_HCD=y | 85 | CONFIG_USB_XHCI_HCD=y |
84 | CONFIG_USB_EHCI_HCD=y | 86 | CONFIG_USB_EHCI_HCD=y |