Kconfig 599 B

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