Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256200
b: refs/heads/master
c: c46ee38
h: refs/heads/master
v: v3
  • Loading branch information
Aloisio Almeida Jr authored and John W. Linville committed Jul 5, 2011
1 parent 6084408 commit b24d725
Show file tree
Hide file tree
Showing 4 changed files with 1,644 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23b7869c0fd08d73c9f83a2db88a13312d6198bb
refs/heads/master: c46ee38620a2aa2b25b16bc9738ace80dbff76a4
10 changes: 10 additions & 0 deletions trunk/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 trunk/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 b24d725

Please sign in to comment.