Kconfig (088ef950dc0dd58d2f339e1616c9092fea923f06) | Kconfig (a8eb7ca0cbb41c9cd379b8d2a2a5efb503aa65e9) |
---|---|
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 --- 180 unchanged lines hidden (view full) --- 189 Say Y here if to include support for the watchdog timer 190 embedded in the Cirrus Logic EP93xx family of devices. 191 192 To compile this driver as a module, choose M here: the 193 module will be called ep93xx_wdt. 194 195config OMAP_WATCHDOG 196 tristate "OMAP Watchdog" | 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 --- 180 unchanged lines hidden (view full) --- 189 Say Y here if to include support for the watchdog timer 190 embedded in the Cirrus Logic EP93xx family of devices. 191 192 To compile this driver as a module, choose M here: the 193 module will be called ep93xx_wdt. 194 195config OMAP_WATCHDOG 196 tristate "OMAP Watchdog" |
197 depends on ARCH_OMAP16XX || ARCH_OMAP2 || ARCH_OMAP34XX | 197 depends on ARCH_OMAP16XX || ARCH_OMAP2 || ARCH_OMAP3 |
198 help 199 Support for TI OMAP1610/OMAP1710/OMAP2420/OMAP3430 watchdog. Say 'Y' 200 here to enable the OMAP1610/OMAP1710/OMAP2420/OMAP3430 watchdog timer. 201 202config PNX4008_WATCHDOG 203 tristate "PNX4008 Watchdog" 204 depends on ARCH_PNX4008 205 help --- 874 unchanged lines hidden --- | 198 help 199 Support for TI OMAP1610/OMAP1710/OMAP2420/OMAP3430 watchdog. Say 'Y' 200 here to enable the OMAP1610/OMAP1710/OMAP2420/OMAP3430 watchdog timer. 201 202config PNX4008_WATCHDOG 203 tristate "PNX4008 Watchdog" 204 depends on ARCH_PNX4008 205 help --- 874 unchanged lines hidden --- |