aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/nci/config
diff options
context:
space:
mode:
authorBongsu Jeon <bongsu.jeon@samsung.com>2021-01-27 22:08:29 +0900
committerJakub Kicinski <kuba@kernel.org>2021-01-29 18:03:33 -0800
commitf595cf1242f3d64d78f9c96fa56bb5e22146d0ca (patch)
treeaf44c271e98bb7bea6688ab9da38fc41fa60e74d /tools/testing/selftests/nci/config
parentnfc: Add a virtual nci device driver (diff)
downloadwireguard-linux-f595cf1242f3d64d78f9c96fa56bb5e22146d0ca.tar.xz
wireguard-linux-f595cf1242f3d64d78f9c96fa56bb5e22146d0ca.zip
selftests: Add nci suite
This is the NCI test suite. It tests the NFC/NCI module using virtual NCI device. Test cases consist of making the virtual NCI device on/off and controlling the device's polling for NCI1.0 and NCI2.0 version. Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests/nci/config')
-rw-r--r--tools/testing/selftests/nci/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/nci/config b/tools/testing/selftests/nci/config
new file mode 100644
index 000000000000..b084e78276be
--- /dev/null
+++ b/tools/testing/selftests/nci/config
@@ -0,0 +1,3 @@
+CONFIG_NFC=y
+CONFIG_NFC_NCI=y
+CONFIG_NFC_VIRTUAL_NCI=y