Kconfig 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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_TRF7970A
  24. tristate "Texas Instruments TRF7970a NFC driver"
  25. depends on SPI && NFC_DIGITAL
  26. help
  27. This option enables the NFC driver for Texas Instruments' TRF7970a
  28. device. Such device supports 5 different protocols: ISO14443A,
  29. ISO14443B, FeLiCa, ISO15693 and ISO18000-3.
  30. Say Y here to compile support for TRF7970a into the kernel or
  31. say M to compile it as a module. The module will be called
  32. trf7970a.ko.
  33. config NFC_MEI_PHY
  34. tristate "MEI bus NFC device support"
  35. depends on INTEL_MEI && NFC_HCI
  36. help
  37. This adds support to use an mei bus nfc device. Select this if you
  38. will use an HCI NFC driver for an NFC chip connected behind an
  39. Intel's Management Engine chip.
  40. If unsure, say N.
  41. config NFC_SIM
  42. tristate "NFC hardware simulator driver"
  43. help
  44. This driver declares two virtual NFC devices supporting NFC-DEP
  45. protocol. An LLCP connection can be established between them and
  46. all packets sent from one device is sent back to the other, acting as
  47. loopback devices.
  48. If unsure, say N.
  49. config NFC_PORT100
  50. tristate "Sony NFC Port-100 Series USB device support"
  51. depends on USB
  52. depends on NFC_DIGITAL
  53. help
  54. This adds support for Sony Port-100 chip based USB devices such as the
  55. RC-S380 dongle.
  56. If unsure, say N.
  57. source "drivers/nfc/fdp/Kconfig"
  58. source "drivers/nfc/pn544/Kconfig"
  59. source "drivers/nfc/microread/Kconfig"
  60. source "drivers/nfc/nfcmrvl/Kconfig"
  61. source "drivers/nfc/st21nfca/Kconfig"
  62. source "drivers/nfc/st-nci/Kconfig"
  63. source "drivers/nfc/nxp-nci/Kconfig"
  64. source "drivers/nfc/s3fwrn5/Kconfig"
  65. endmenu