Commit c46ee386 authored by Aloisio Almeida Jr's avatar Aloisio Almeida Jr Committed by John W. Linville
Browse files

NFC: pn533: add NXP pn533 nfc device driver

parent 23b7869c
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -17,4 +17,14 @@ config PN544_NFC
	  To compile this driver as a module, choose m here. The module will
	  To compile this driver as a module, choose m here. The module will
	  be called pn544.
	  be called pn544.


config NFC_PN533
	tristate "NXP PN533 USB driver"
	depends on USB
	help
	  NXP PN533 USB driver.
	  This driver provides support for NFC NXP PN533 devices.

	  Say Y here to compile support for PN533 devices into the
	  kernel or say M to compile it as module (pn533).

endmenu
endmenu
+1 −0
Original line number Original line Diff line number Diff line
@@ -3,5 +3,6 @@
#
#


obj-$(CONFIG_PN544_NFC)		+= pn544.o
obj-$(CONFIG_PN544_NFC)		+= pn544.o
obj-$(CONFIG_NFC_PN533)		+= pn533.o


ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG

drivers/nfc/pn533.c

0 → 100644
+1632 −0

File added.

Preview size limit exceeded, changes collapsed.