
26 Aug
2015
26 Aug
'15
6:20 p.m.
On Wed, Aug 26, 2015 at 7:35 AM, Bernhard Nortmann bernhard.nortmann@web.de wrote:
This patch introduces CONFIG_NETCONSOLE as an option to the Kconfig system.
Joe Hershberger pointed out that it may not be entirely free of problems, as many boards predating the driver model define this symbol directly via include files. In case they're not properly migrated, their NetConsole might 'vanish' if they start to use CONFIG_NET or CONFIG_NETDEVICES.
Signed-off-by: Bernhard Nortmann bernhard.nortmann@web.de
Acked-by: Joe Hershberger joe.hershberger@ni.com
Do you plan to use moveconfig.pl to update other boards?
I guess that can wait until next release.
-Joe