Kconfig 637 B

1234567891011121314151617181920212223
  1. config NFC_FDP
  2. tristate "Intel FDP NFC driver"
  3. depends on NFC_NCI
  4. select CRC_CCITT
  5. default n
  6. ---help---
  7. Intel Fields Peak NFC controller core driver.
  8. This is a driver based on the NCI NFC kernel layers.
  9. To compile this driver as a module, choose m here. The module will
  10. be called fdp.
  11. Say N if unsure.
  12. config NFC_FDP_I2C
  13. tristate "NFC FDP i2c support"
  14. depends on NFC_FDP && I2C
  15. ---help---
  16. This module adds support for the Intel Fields Peak NFC controller
  17. 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 fdp_i2c.
  20. Say N if unsure.