Kconfig 718 B

12345678910111213141516171819202122
  1. config NFC_ST21NFCB
  2. tristate "STMicroelectronics ST21NFCB NFC driver"
  3. depends on NFC_NCI
  4. default n
  5. ---help---
  6. STMicroelectronics ST21NFCB 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 st21nfcb.
  11. Say N if unsure.
  12. config NFC_ST21NFCB_I2C
  13. tristate "NFC ST21NFCB i2c support"
  14. depends on NFC_ST21NFCB && I2C
  15. ---help---
  16. This module adds support for the STMicroelectronics st21nfcb i2c interface.
  17. Select this if your platform is using the i2c bus.
  18. If you choose to build a module, it'll be called st21nfcb_i2c.
  19. Say N if unsure.