[U-Boot] [PATCH 1/2] watchdog: driver support for layerscape

York Sun york.sun at nxp.com
Fri Jun 1 03:19:56 UTC 2018


On 05/31/2018 08:16 PM, Xiaoliang Yang wrote:
> Hi York,
> 
> I think it's better not to affect the original i.mx SoCs. If not in i.mx SoCs, we can enable it by define CONFIG_IMX_WATCHDOG in config file. Or do you think it's better to use "select IMX_WATCHDOG" to enable it in default for our LSCH2 SoCs/platforms?

It is a trend to use Kconfig instead of CONFIG_ macros. If you don't
convert today, make sure you make it easy to convert.

If you expect this watchdog to be enabled for all LS2 platforms, you can
enable it in LS2 config file. Otherwise, only enable it for the
platforms you need.

York


More information about the U-Boot mailing list