Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. config NFC_MICROREAD
  2. tristate
  3. select CRC_CCITT
  4. ---help---
  5. This module contains the main code for Inside Secure microread
  6. NFC chipsets. It implements the chipset HCI logic and hooks into
  7. the NFC kernel APIs. Physical layers will register against it.
  8. config NFC_MICROREAD_I2C
  9. tristate "Inside Secure Microread device support (I2C)"
  10. depends on NFC_HCI && I2C && NFC_SHDLC
  11. select NFC_MICROREAD
  12. ---help---
  13. This module adds support for the i2c interface of adapters using
  14. Inside microread chipsets. Select this if your platform is using
  15. the i2c bus.
  16. If you choose to build a module, it'll be called microread_i2c.
  17. Say N if unsure.
  18. config NFC_MICROREAD_MEI
  19. tristate "Inside Secure Microread device support (MEI)"
  20. depends on NFC_HCI && NFC_MEI_PHY
  21. select NFC_MICROREAD
  22. ---help---
  23. This module adds support for the mei interface of adapters using
  24. Inside microread chipsets. Select this if your microread chipset
  25. is handled by Intel's Management Engine Interface on your platform.
  26. If you choose to build a module, it'll be called microread_mei.
  27. Say N if unsure.