blob: 645b5c7cd0880574bed35e8796b6075a426d7a8f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
menuconfig WATCHDOG
bool "Watchdog support "
help
Many platforms support a watchdog to keep track of a working machine.
This framework provides routines to handle these watchdogs.
if WATCHDOG
config WATCHDOG_MXS28
bool "i.MX28"
depends on ARCH_IMX28
help
Add support for watchdog management for the i.MX28 SoC.
config WATCHDOG_IMX
bool "i.MX watchdog"
depends on ARCH_IMX
help
Add support for watchdog found on Freescale i.MX SoCs.
endif
|