maxims@google.com | 0753bc2 | 2017-04-17 12:00:21 -0700 | [diff] [blame] | 1 | menu "Watchdog Timer Support" |
Ye Li | 253531b | 2017-02-22 16:21:48 +0800 | [diff] [blame] | 2 | |
| 3 | config ULP_WATCHDOG |
| 4 | bool "i.MX7ULP watchdog" |
| 5 | help |
| 6 | Say Y here to enable i.MX7ULP watchdog driver. |
| 7 | |
maxims@google.com | 0753bc2 | 2017-04-17 12:00:21 -0700 | [diff] [blame] | 8 | config WDT |
| 9 | bool "Enable driver model for watchdog timer drivers" |
| 10 | depends on DM |
| 11 | help |
| 12 | Enable driver model for watchdog timer. At the moment the API |
| 13 | is very simple and only supports four operations: |
| 14 | start, restart, stop and reset (expire immediately). |
| 15 | What exactly happens when the timer expires is up to a particular |
| 16 | device/driver. |
| 17 | |
| 18 | config WDT_SANDBOX |
| 19 | bool "Enable Watchdog Timer support for Sandbox" |
| 20 | depends on SANDBOX && WDT |
| 21 | help |
| 22 | Enable Watchdog Timer support in Sandbox. This is a dummy device that |
| 23 | can be probed and supports all of the methods of WDT, but does not |
| 24 | really do anything. |
| 25 | |
maxims@google.com | 1eb0a46 | 2017-04-17 12:00:22 -0700 | [diff] [blame^] | 26 | config WDT_ASPEED |
| 27 | bool "Aspeed ast2400/ast2500 watchdog timer support" |
| 28 | depends on WDT |
| 29 | default y if ARCH_ASPEED |
| 30 | help |
| 31 | Select this to enable watchdog timer for Aspeed ast2500/ast2400 devices. |
| 32 | The watchdog timer is stopped when initialized. It performs reset, either |
| 33 | full SoC reset or CPU or just some peripherals, based on the flags. |
| 34 | It currently does not support Boot Flash Addressing Mode Detection or |
| 35 | Second Boot. |
| 36 | |
Ye Li | 253531b | 2017-02-22 16:21:48 +0800 | [diff] [blame] | 37 | endmenu |