Kconfig 739 B

1234567891011121314151617181920212223242526
  1. config NFC_NXP_NCI
  2. tristate "NXP-NCI NFC driver"
  3. depends on NFC_NCI
  4. default n
  5. ---help---
  6. Generic core driver for NXP NCI chips such as the NPC100
  7. or PN7150 families.
  8. This is a driver based on the NCI NFC kernel layers and
  9. will thus not work with NXP libnfc library.
  10. To compile this driver as a module, choose m here. The module will
  11. be called nxp_nci.
  12. Say N if unsure.
  13. config NFC_NXP_NCI_I2C
  14. tristate "NXP-NCI I2C support"
  15. depends on NFC_NXP_NCI && I2C
  16. ---help---
  17. This module adds support for an I2C interface to the NXP NCI
  18. chips.
  19. Select this if your platform is using the I2C bus.
  20. To compile this driver as a module, choose m here. The module will
  21. be called nxp_nci_i2c.
  22. Say Y if unsure.