Kconfig (80e45b1e9edbca746618724d5b0a31500bdb6f39) | Kconfig (accde1684ff1ea607557fb7224d2dd57775117e1) |
---|---|
1# 2# Watchdog device configuration 3# 4 5menuconfig WATCHDOG 6 bool "Watchdog Timer Support" 7 ---help--- 8 If you say Y here (and to one of the following options) and create a --- 243 unchanged lines hidden (view full) --- 252 253config TWL4030_WATCHDOG 254 tristate "TWL4030 Watchdog" 255 depends on TWL4030_CORE 256 help 257 Support for TI TWL4030 watchdog. Say 'Y' here to enable the 258 watchdog timer support for TWL4030 chips. 259 | 1# 2# Watchdog device configuration 3# 4 5menuconfig WATCHDOG 6 bool "Watchdog Timer Support" 7 ---help--- 8 If you say Y here (and to one of the following options) and create a --- 243 unchanged lines hidden (view full) --- 252 253config TWL4030_WATCHDOG 254 tristate "TWL4030 Watchdog" 255 depends on TWL4030_CORE 256 help 257 Support for TI TWL4030 watchdog. Say 'Y' here to enable the 258 watchdog timer support for TWL4030 chips. 259 |
260config STMP3XXX_WATCHDOG 261 tristate "Freescale STMP3XXX watchdog" 262 depends on ARCH_STMP3XXX 263 help 264 Say Y here if to include support for the watchdog timer 265 for the Sigmatel STMP37XX/378X SoC. 266 To compile this driver as a module, choose M here: the 267 module will be called stmp3xxx_wdt. 268 |
|
260# AVR32 Architecture 261 262config AT32AP700X_WDT 263 tristate "AT32AP700x watchdog" 264 depends on CPU_AT32AP700X 265 help 266 Watchdog timer embedded into AT32AP700x devices. This will reboot 267 your system when the timeout is reached. --- 768 unchanged lines hidden --- | 269# AVR32 Architecture 270 271config AT32AP700X_WDT 272 tristate "AT32AP700x watchdog" 273 depends on CPU_AT32AP700X 274 help 275 Watchdog timer embedded into AT32AP700x devices. This will reboot 276 your system when the timeout is reached. --- 768 unchanged lines hidden --- |