]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:38 +0000 (00:47 +0200)
commitadaf4c33c038de4f815034dd99e48340b8ebf953
treea17118fa02751480610fd0492a9b0fe2b9108d13
parent88b7750dc9181e3147ac8dce85e935259325d18c
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