barebox/drivers/watchdog/Kconfig
Alexander Shiyan 4c20f9af97 Cleanup Kconfig files
This patch provides a global cleanup barebox Kconfig files. This includes
replacing spaces to tabs, formatting in accordance format, removing
extraneous lines and spaces. No functional changes.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-12-08 12:22:12 +01:00

25 lines
501 B
Text

config WATCHDOG_IMX_RESET_SOURCE
bool
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