net: Use same prefix in new IP stack Kconfig

Use CONFIG_NET_... prefix for Kconfig options.

Change-Id: I3e882845e7c09ba910f108179208fcaf33360f21
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-05-02 10:20:56 +03:00
commit 2ecd663b2b

View file

@ -22,7 +22,7 @@
* limitations under the License.
*/
#ifdef CONFIG_NETWORKING_WITH_LOGGING
#ifdef CONFIG_NETWORK_IP_STACK_DEBUG_CORE
#define DEBUG 1
#endif