]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/watchdog: replace CONFIG_FSL_BOOKE with CONFIG_PPC_FSL_BOOK3E
authorShaohui Xie <Shaohui.Xie@freescale.com>
Fri, 11 May 2012 05:33:40 +0000 (13:33 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jul 2012 12:07:22 +0000 (07:07 -0500)
commitbe0884ce23b8c4270b6342b7f410126a67b9c8ad
tree20171fa3fb007e11d6a81c4c8f3b7121ca3fcc74
parent5a271fe784e799cfeaeac7792b1c87b837e41cbd
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>
drivers/watchdog/Kconfig
drivers/watchdog/booke_wdt.c