Anton Vorontsov wrote:
config 8xxx_WDT
tristate "MPC8xxx Watchdog Timer"
- depends on PPC_83xx || PPC_86xx
+ depends on FSL_SOC
We should probably change the description to "MPC8xxx Platform Watchdog
Timer", and have help text indicating that it's not the Book-E core
watc
Only build-tested.
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
On Tue, May 13, 2008 at 09:50:26AM -0500, Kumar Gala wrote:
>
> On May 13, 2008, at 9:14 AM, Anton Vorontsov wrote:
>
>> Hi all,
>>
>> Thanks for the review, here is the new version.
>>
>> Changes since v1:
>>
>> - Scott Wo