net: Add Kconfig option for sanity test
Change-Id: I9d1742fb2c70fbba573fe9ed64bedd8a76aa504c Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
This commit is contained in:
parent
694d972595
commit
a81c968b0b
1 changed files with 10 additions and 0 deletions
|
@ -259,6 +259,16 @@ config NET_15_4_LOOPBACK_NUM
|
||||||
help
|
help
|
||||||
Number of times loopback runs, 0 means infinite.
|
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
|
choice
|
||||||
prompt "6LoWPAN compression method"
|
prompt "6LoWPAN compression method"
|
||||||
depends on NETWORKING_WITH_6LOWPAN
|
depends on NETWORKING_WITH_6LOWPAN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue