Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #
  2. # Near Field Communication (NFC) devices
  3. #
  4. menu "Near Field Communication (NFC) devices"
  5. depends on NFC
  6. config NFC_PN533
  7. tristate "NXP PN533 USB driver"
  8. depends on USB
  9. help
  10. NXP PN533 USB driver.
  11. This driver provides support for NFC NXP PN533 devices.
  12. Say Y here to compile support for PN533 devices into the
  13. kernel or say M to compile it as module (pn533).
  14. config NFC_WILINK
  15. tristate "Texas Instruments NFC WiLink driver"
  16. depends on TI_ST && NFC_NCI
  17. help
  18. This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC
  19. combo devices. This makes use of shared transport line discipline
  20. core driver to communicate with the NFC core of the combo chip.
  21. Say Y here to compile support for Texas Instrument's NFC WiLink driver
  22. into the kernel or say M to compile it as module.
  23. config NFC_MEI_PHY
  24. tristate "MEI bus NFC device support"
  25. depends on INTEL_MEI && NFC_HCI
  26. help
  27. This adds support to use an mei bus nfc device. Select this if you
  28. will use an HCI NFC driver for an NFC chip connected behind an
  29. Intel's Management Engine chip.
  30. If unsure, say N.
  31. config NFC_SIM
  32. tristate "NFC hardware simulator driver"
  33. help
  34. This driver declares two virtual NFC devices supporting NFC-DEP
  35. protocol. An LLCP connection can be established between them and
  36. all packets sent from one device is sent back to the other, acting as
  37. loopback devices.
  38. If unsure, say N.
  39. source "drivers/nfc/pn544/Kconfig"
  40. source "drivers/nfc/microread/Kconfig"
  41. endmenu