Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. endmenu