Kconfig 591 B

1234567891011121314151617181920
  1. config NFC_NCI
  2. depends on NFC
  3. tristate "NCI protocol support"
  4. default n
  5. help
  6. NCI (NFC Controller Interface) is a communication protocol between
  7. an NFC Controller (NFCC) and a Device Host (DH).
  8. Say Y here to compile NCI support into the kernel or say M to
  9. compile it as module (nci).
  10. config NFC_NCI_SPI
  11. depends on NFC_NCI && SPI
  12. bool "NCI over SPI protocol support"
  13. default n
  14. help
  15. NCI (NFC Controller Interface) is a communication protocol between
  16. an NFC Controller (NFCC) and a Device Host (DH).
  17. Say yes if you use an NCI driver that requires SPI link layer.