aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorShaohui Xie <Shaohui.Xie@freescale.com>2012-05-11 01:33:40 -0400
committerKumar Gala <galak@kernel.crashing.org>2012-07-10 08:07:22 -0400
commitbe0884ce23b8c4270b6342b7f410126a67b9c8ad (patch)
tree20171fa3fb007e11d6a81c4c8f3b7121ca3fcc74 /drivers/watchdog/Kconfig
parent5a271fe784e799cfeaeac7792b1c87b837e41cbd (diff)
powerpc/watchdog: replace CONFIG_FSL_BOOKE with CONFIG_PPC_FSL_BOOK3E
CONFIG_FSL_BOOKE is only defined in 32-bit, CONFIG_PPC_FSL_BOOK3E is defined in both 32-bit and 64-bit, so use CONFIG_PPC_FSL_BOOK3E to make driver work in 32-bit & 64-bit. Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig8
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
1115config BOOKE_WDT_DEFAULT_TIMEOUT 1115config 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