Kconfig 1.2 KB

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