forked from Minki/linux
8b8d2e08bf
This is an implementation of ETSI TS 102 622 specification. Many NFC chipsets use HCI as the host <-> target protocol on top of a serial link like i2c. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
9 lines
286 B
Plaintext
9 lines
286 B
Plaintext
config NFC_HCI
|
|
depends on NFC
|
|
tristate "NFC HCI implementation"
|
|
default n
|
|
help
|
|
Say Y here if you want to build support for a kernel NFC HCI
|
|
implementation. This is mostly needed for devices that only process
|
|
HCI frames, like for example the NXP pn544.
|