commit | 8ab8b72d5de83a95a399f12ae247ca33e59824f0 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Mon Jun 22 17:57:36 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 08 18:26:39 2015 -0400 |
tree | ec06160a0d11f707adab36a805f4ecf6df3b57aa | |
parent | b137d3181fd0f3380648513f0042582035004449 [diff] |
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>