selftests: net: Add tls config dependency for tls selftests
authorNaresh Kamboju <naresh.kamboju@linaro.org>
Mon, 28 Mar 2022 13:46:50 +0000 (19:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Apr 2022 18:59:13 +0000 (20:59 +0200)
commit30dd4af48a9e1f863c9f7fc4a3e34ef01ea5810e
tree4cc3dbf4da5316d8336834c580f029f58072ae69
parentea029e4ce760f786919d06ef52efa2e50ea92a5f
selftests: net: Add tls config dependency for tls selftests

[ Upstream commit d9142e1cf3bbdaf21337767114ecab26fe702d47 ]

selftest net tls test cases need TLS=m without this the test hangs.
Enabling config TLS solves this problem and runs to complete.
  - CONFIG_TLS=m

Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/net/config