Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #
  2. # Near Field Communication (NFC) devices
  3. #
  4. menu "Near Field Communication (NFC) devices"
  5. depends on NFC
  6. config PN544_NFC
  7. tristate "PN544 NFC driver"
  8. depends on I2C
  9. select CRC_CCITT
  10. default n
  11. ---help---
  12. Say yes if you want PN544 Near Field Communication driver.
  13. This is for i2c connected version. If unsure, say N here.
  14. To compile this driver as a module, choose m here. The module will
  15. be called pn544.
  16. config NFC_PN533
  17. tristate "NXP PN533 USB driver"
  18. depends on USB
  19. help
  20. NXP PN533 USB driver.
  21. This driver provides support for NFC NXP PN533 devices.
  22. Say Y here to compile support for PN533 devices into the
  23. kernel or say M to compile it as module (pn533).
  24. config NFC_WILINK
  25. tristate "Texas Instruments NFC WiLink driver"
  26. depends on TI_ST && NFC_NCI
  27. help
  28. This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC
  29. combo devices. This makes use of shared transport line discipline
  30. core driver to communicate with the NFC core of the combo chip.
  31. Say Y here to compile support for Texas Instrument's NFC WiLink driver
  32. into the kernel or say M to compile it as module.
  33. source "drivers/nfc/secnfc/Kconfig"
  34. endmenu
  35. config NFC_QNCI
  36. bool "Qualcomm NCI based NFC Controller Driver for qca199x"
  37. depends on I2C
  38. select CRC_CCITT
  39. help
  40. This enables the NFC driver for QCA199x based devices.
  41. This is for i2c connected version. NCI protocol logic
  42. resides in the usermode and it has no other NFC dependencies.