mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
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>
20 lines
447 B
Text
20 lines
447 B
Text
#
|
|
# NFC sybsystem configuration
|
|
#
|
|
|
|
menuconfig NFC
|
|
depends on NET && EXPERIMENTAL
|
|
tristate "NFC subsystem support (EXPERIMENTAL)"
|
|
default n
|
|
help
|
|
Say Y here if you want to build support for NFC (Near field
|
|
communication) devices.
|
|
|
|
To compile this support as a module, choose M here: the module will
|
|
be called nfc.
|
|
|
|
source "net/nfc/nci/Kconfig"
|
|
source "net/nfc/hci/Kconfig"
|
|
source "net/nfc/llcp/Kconfig"
|
|
|
|
source "drivers/nfc/Kconfig"
|