]> git.ipfire.org Git - people/ms/u-boot.git/commit
Allow CONFIG_REGEX to be disabled when CONFIG_NET
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 22 Jun 2015 22:57:36 +0000 (17:57 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jul 2015 22:26:39 +0000 (18:26 -0400)
commitf7848d90dde918423e6dfa462ec82bcdbba9defe
treeec06160a0d11f707adab36a805f4ecf6df3b57aa
parentfb69b6cd270444c8d248e70e6be7c58f9828debd
Allow CONFIG_REGEX to be disabled when CONFIG_NET

Instead of selecting REGEX when NET is enabled, make it the default, but
allow boards that are tiny to disable it and lose functionality on all
but the first Ethernet adapter.

cm-bf548, bf538f-ezkit, and bf533-stamp need this. None appear to have
more than one Ethernet interface.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
include/env_callback.h
lib/Kconfig
net/Kconfig