Kconfig (67c0f55468443ef8a1edc6ee92f9a92e4915be24) | Kconfig (312b00e1c31011dd009f51a52e14a500f61f1f31) |
---|---|
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 --- 62 unchanged lines hidden (view full) --- 71 help 72 Support for the watchdog in the DA9052 PMIC. Watchdog trigger 73 cause system reset. 74 75 Say Y here to include support for the DA9052 watchdog. 76 Alternatively say M to compile the driver as a module, 77 which will be called da9052_wdt. 78 | 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 --- 62 unchanged lines hidden (view full) --- 71 help 72 Support for the watchdog in the DA9052 PMIC. Watchdog trigger 73 cause system reset. 74 75 Say Y here to include support for the DA9052 watchdog. 76 Alternatively say M to compile the driver as a module, 77 which will be called da9052_wdt. 78 |
79config DA9055_WATCHDOG 80 tristate "Dialog Semiconductor DA9055 Watchdog" 81 depends on MFD_DA9055 82 help 83 If you say yes here you get support for watchdog on the Dialog 84 Semiconductor DA9055 PMIC. 85 86 This driver can also be built as a module. If so, the module 87 will be called da9055_wdt. 88 |
|
79config WM831X_WATCHDOG 80 tristate "WM831x watchdog" 81 depends on MFD_WM831X 82 select WATCHDOG_CORE 83 help 84 Support for the watchdog in the WM831x AudioPlus PMICs. When 85 the watchdog triggers the system will be reset. 86 --- 1246 unchanged lines hidden --- | 89config WM831X_WATCHDOG 90 tristate "WM831x watchdog" 91 depends on MFD_WM831X 92 select WATCHDOG_CORE 93 help 94 Support for the watchdog in the WM831x AudioPlus PMICs. When 95 the watchdog triggers the system will be reset. 96 --- 1246 unchanged lines hidden --- |