Kconfig 896 B

1234567891011121314151617181920212223242526272829303132
  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. source "drivers/nfc/pn544/Kconfig"
  24. source "drivers/nfc/microread/Kconfig"
  25. endmenu