Skip to content

Commit

Permalink
NFC: pn533: add NXP pn533 nfc device driver
Browse files Browse the repository at this point in the history
Signed-off-by: Lauro Ramos Venancio <[email protected]>
Signed-off-by: Aloisio Almeida Jr <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
Aloisio Almeida Jr authored and linvjw committed Jul 5, 2011
1 parent 23b7869 commit c46ee38
Show file tree
Hide file tree
Showing 3 changed files with 1,643 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/nfc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,14 @@ config PN544_NFC
To compile this driver as a module, choose m here. The module will
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
1 change: 1 addition & 0 deletions drivers/nfc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
#

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

ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
Loading

0 comments on commit c46ee38

Please sign in to comment.