We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b7869 commit c46ee38Copy full SHA for c46ee38
drivers/nfc/Kconfig
@@ -17,4 +17,14 @@ config PN544_NFC
17
To compile this driver as a module, choose m here. The module will
18
be called pn544.
19
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
30
endmenu
drivers/nfc/Makefile
@@ -3,5 +3,6 @@
3
#
4
5
obj-$(CONFIG_PN544_NFC) += pn544.o
6
+obj-$(CONFIG_NFC_PN533) += pn533.o
7
8
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
0 commit comments