blob: 8fdc7a5aa8e240a4753d932a00d99e447eae169a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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.
endif
|