Kconfig 749 B

1234567891011121314151617181920212223
  1. config NFC_ST21NFCA
  2. tristate "STMicroelectronics ST21NFCA NFC driver"
  3. depends on NFC_HCI
  4. select CRC_CCITT
  5. default n
  6. ---help---
  7. STMicroelectronics ST21NFCA core driver. It implements the chipset
  8. HCI logic and hooks into the NFC kernel APIs. Physical layers will
  9. register against it.
  10. To compile this driver as a module, choose m here. The module will
  11. be called st21nfca.
  12. Say N if unsure.
  13. config NFC_ST21NFCA_I2C
  14. tristate "NFC ST21NFCA i2c support"
  15. depends on NFC_ST21NFCA && I2C && NFC_SHDLC
  16. ---help---
  17. This module adds support for the STMicroelectronics st21nfca i2c interface.
  18. Select this if your platform is using the i2c bus.
  19. If you choose to build a module, it'll be called st21nfca_i2c.
  20. Say N if unsure.