aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/Makefile
diff options
context:
space:
mode:
authorBongsu Jeon <bongsu.jeon@samsung.com>2021-01-27 22:08:28 +0900
committerJakub Kicinski <kuba@kernel.org>2021-01-29 18:03:33 -0800
commite624e6c3e777fb3dfed036b9da4d433aee3608a5 (patch)
tree39181eb556ac6ef2259a0b48272793b79393a5e2 /drivers/nfc/Makefile
parentnet: packet: make pkt_sk() inline (diff)
downloadlinux-dev-e624e6c3e777fb3dfed036b9da4d433aee3608a5.tar.xz
linux-dev-e624e6c3e777fb3dfed036b9da4d433aee3608a5.zip
nfc: Add a virtual nci device driver
NCI virtual device simulates a NCI device to the user. It can be used to validate the NCI module and applications. This driver supports communication between the virtual NCI device and NCI module. Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/nfc/Makefile')
-rw-r--r--drivers/nfc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nfc/Makefile b/drivers/nfc/Makefile
index 5393ba59b17d..7b1bfde1d971 100644
--- a/drivers/nfc/Makefile
+++ b/drivers/nfc/Makefile
@@ -17,3 +17,4 @@ obj-$(CONFIG_NFC_ST_NCI) += st-nci/
obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci/
obj-$(CONFIG_NFC_S3FWRN5) += s3fwrn5/
obj-$(CONFIG_NFC_ST95HF) += st95hf/
+obj-$(CONFIG_NFC_VIRTUAL_NCI) += virtual_ncidev.o