Kconfig 496 B

12345678910111213141516
  1. config NFC_HCI
  2. depends on NFC
  3. tristate "NFC HCI implementation"
  4. default n
  5. help
  6. Say Y here if you want to build support for a kernel NFC HCI
  7. implementation. This is mostly needed for devices that only process
  8. HCI frames, like for example the NXP pn544.
  9. config NFC_SHDLC
  10. depends on NFC_HCI
  11. bool "SHDLC link layer for HCI based NFC drivers"
  12. default n
  13. ---help---
  14. Say yes if you use an NFC HCI driver that requires SHDLC link layer.
  15. If unsure, say N here.