Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #
  2. # Near Field Communication (NFC) devices
  3. #
  4. menu "Near Field Communication (NFC) devices"
  5. depends on NFC
  6. config PN544_HCI_NFC
  7. tristate "HCI PN544 NFC driver"
  8. depends on I2C && NFC_HCI && NFC_SHDLC
  9. select CRC_CCITT
  10. default n
  11. ---help---
  12. NXP PN544 i2c driver.
  13. This is a driver based on the SHDLC and HCI NFC kernel layers and
  14. will thus not work with NXP libnfc library.
  15. To compile this driver as a module, choose m here. The module will
  16. be called pn544_hci.
  17. config NFC_PN533
  18. tristate "NXP PN533 USB driver"
  19. depends on USB
  20. help
  21. NXP PN533 USB driver.
  22. This driver provides support for NFC NXP PN533 devices.
  23. Say Y here to compile support for PN533 devices into the
  24. kernel or say M to compile it as module (pn533).
  25. config NFC_WILINK
  26. tristate "Texas Instruments NFC WiLink driver"
  27. depends on TI_ST && NFC_NCI
  28. help
  29. This enables the NFC driver for Texas Instrument's BT/FM/GPS/NFC
  30. combo devices. This makes use of shared transport line discipline
  31. core driver to communicate with the NFC core of the combo chip.
  32. Say Y here to compile support for Texas Instrument's NFC WiLink driver
  33. into the kernel or say M to compile it as module.
  34. endmenu