Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. config NFC_ST_NCI
  2. tristate "STMicroelectronics ST NCI NFC driver"
  3. depends on NFC_NCI
  4. default n
  5. ---help---
  6. STMicroelectronics NFC NCI chips core driver. It implements the chipset
  7. NCI logic and hooks into the NFC kernel APIs. Physical layers will
  8. register against it.
  9. To compile this driver as a module, choose m here. The module will
  10. be called st-nci.
  11. Say N if unsure.
  12. config NFC_ST_NCI_I2C
  13. tristate "NFC ST NCI i2c support"
  14. depends on NFC_ST_NCI && I2C
  15. ---help---
  16. This module adds support for an I2C interface to the
  17. STMicroelectronics NFC NCI chips familly.
  18. Select this if your platform is using the i2c bus.
  19. If you choose to build a module, it'll be called st-nci_i2c.
  20. Say N if unsure.
  21. config NFC_ST_NCI_SPI
  22. tristate "NFC ST NCI spi support"
  23. depends on NFC_ST_NCI && SPI
  24. ---help---
  25. This module adds support for an SPI interface to the
  26. STMicroelectronics NFC NCI chips familly.
  27. Select this if your platform is using the spi bus.
  28. If you choose to build a module, it'll be called st-nci_spi.
  29. Say N if unsure.