From a81c968b0bdd0b88e15d181ba5602f84ff906be4 Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Thu, 29 Oct 2015 10:14:40 +0200 Subject: [PATCH] net: Add Kconfig option for sanity test Change-Id: I9d1742fb2c70fbba573fe9ed64bedd8a76aa504c Signed-off-by: Ravi kumar Veeramally --- net/ip/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/net/ip/Kconfig b/net/ip/Kconfig index 8ea5c9fc6df..6ca1ecbe0fc 100644 --- a/net/ip/Kconfig +++ b/net/ip/Kconfig @@ -259,6 +259,16 @@ config NET_15_4_LOOPBACK_NUM help Number of times loopback runs, 0 means infinite. +config NET_SANITY_TEST + bool + prompt "Enable networking sanity test" + depends on NETWORKING + default n + help + Enable networking sanity tests. Network sanity test + verification and test report submission will fall under + this config. + choice prompt "6LoWPAN compression method" depends on NETWORKING_WITH_6LOWPAN