Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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 PN544_HCI_NFC
  17. tristate "HCI PN544 NFC driver"
  18. depends on I2C && NFC_SHDLC
  19. select CRC_CCITT
  20. default n
  21. ---help---
  22. NXP PN544 i2c driver.
  23. This is a driver based on the SHDLC and HCI NFC kernel layers and
  24. will thus not work with NXP libnfc library.
  25. To compile this driver as a module, choose m here. The module will
  26. be called pn544_hci.
  27. config NFC_PN533
  28. tristate "NXP PN533 USB driver"
  29. depends on USB
  30. help
  31. NXP PN533 USB driver.
  32. This driver provides support for NFC NXP PN533 devices.
  33. Say Y here to compile support for PN533 devices into the
  34. kernel or say M to compile it as module (pn533).
  35. config NFC_WILINK
  36. tristate "Texas Instruments NFC WiLink driver"
  37. depends on TI_ST && NFC_NCI
  38. help
  39. This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC
  40. combo devices. This makes use of shared transport line discipline
  41. core driver to communicate with the NFC core of the combo chip.
  42. Say Y here to compile support for Texas Instrument's NFC WiLink driver
  43. into the kernel or say M to compile it as module.
  44. endmenu