
Modified code to fix compilation issues on NFC driver for MW version 12.10.00 and retained QC specific code. Change-Id: I9eeba3f6534a3c67c3b32b6361b4ef5d42965265
14 行
351 B
Plaintext
14 行
351 B
Plaintext
#
|
|
# near field communication driver configuration
|
|
#
|
|
|
|
config NXP_NFC_I2C
|
|
tristate "NXP NCI based NFC I2C Slave Driver for SNxxx"
|
|
depends on I2C
|
|
help
|
|
This enables the NFC driver for SNxxx based devices.
|
|
This is for I2C connected version. NCI protocol logic
|
|
resides in the usermode and it has no other NFC dependencies.
|
|
|
|
If unsure, say N.
|