Skip to content

Commit c46ee38

Browse files
Aloisio Almeida Jrlinvjw
authored andcommitted
NFC: pn533: add NXP pn533 nfc device driver
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]>
1 parent 23b7869 commit c46ee38

File tree

3 files changed

+1643
-0
lines changed

3 files changed

+1643
-0
lines changed

drivers/nfc/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,14 @@ config PN544_NFC
1717
To compile this driver as a module, choose m here. The module will
1818
be called pn544.
1919

20+
config NFC_PN533
21+
tristate "NXP PN533 USB driver"
22+
depends on USB
23+
help
24+
NXP PN533 USB driver.
25+
This driver provides support for NFC NXP PN533 devices.
26+
27+
Say Y here to compile support for PN533 devices into the
28+
kernel or say M to compile it as module (pn533).
29+
2030
endmenu

drivers/nfc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
#
44

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

78
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG

0 commit comments

Comments
 (0)