diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index fe819b76de56..c450cfcd702f 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -1115,10 +1115,10 @@ config BOOKE_WDT | |||
1115 | config BOOKE_WDT_DEFAULT_TIMEOUT | 1115 | config BOOKE_WDT_DEFAULT_TIMEOUT |
1116 | int "PowerPC Book-E Watchdog Timer Default Timeout" | 1116 | int "PowerPC Book-E Watchdog Timer Default Timeout" |
1117 | depends on BOOKE_WDT | 1117 | depends on BOOKE_WDT |
1118 | default 38 if FSL_BOOKE | 1118 | default 38 if PPC_FSL_BOOK3E |
1119 | range 0 63 if FSL_BOOKE | 1119 | range 0 63 if PPC_FSL_BOOK3E |
1120 | default 3 if !FSL_BOOKE | 1120 | default 3 if !PPC_FSL_BOOK3E |
1121 | range 0 3 if !FSL_BOOKE | 1121 | range 0 3 if !PPC_FSL_BOOK3E |
1122 | help | 1122 | help |
1123 | Select the default watchdog timer period to be used by the PowerPC | 1123 | Select the default watchdog timer period to be used by the PowerPC |
1124 | Book-E watchdog driver. A watchdog "event" occurs when the bit | 1124 | Book-E watchdog driver. A watchdog "event" occurs when the bit |