Kconfig 705 B

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