From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Nortmann Date: Tue, 25 Aug 2015 20:01:09 +0200 Subject: [U-Boot] [RFC PATCH 1/3] expose eth_is_active() function to test network device state In-Reply-To: References: <1440196247-6885-1-git-send-email-bernhard.nortmann@web.de> <1440196247-6885-2-git-send-email-bernhard.nortmann@web.de> <55DAEFDE.5040809@web.de> <55DC3B24.7010508@web.de> Message-ID: <55DCAD65.6050408@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 25.08.2015 um 17:55 schrieb Joe Hershberger: > Hi Bernhard, > > [...] > It's good to have a build target and also a test or so. We should > maybe enable it in sandbox. I'm not familiar at all with the U-Boot "sandbox" architecture, so I'd prefer to leave that to someone else. > I'm pretty sure CamelCase is used in NetConsole. Thanks, I'll fix that. > I guess that will work (not running moveconfig.pl) with > CONFIG_NETCONSOLE since so far most boards that don't define > CONFIG_DM_ETH don't define CONFIG_NET or CONFIG_NETDEVICES so that > CONFIG_NETCONSOLE option wouldn't be available. We'll have to change > that for next release. > > -Joe Yes, that Kconfig vs. "legacy" options battle is a bit of a problem. If it keeps things simpler for now, I could add "NETCONSOLE" to the respective CONFIG_SYS_EXTRA_OPTIONS as an alternative approach, and leave that Kconfig migration for the future. Which do you prefer? Regards, B. Nortmann