Kconfig 961 B

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