Kconfig 665 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config NFC_FDP
  3. tristate "Intel FDP NFC driver"
  4. depends on NFC_NCI
  5. select CRC_CCITT
  6. default n
  7. help
  8. Intel Fields Peak NFC controller core driver.
  9. This is a driver based on the NCI NFC kernel layers.
  10. To compile this driver as a module, choose m here. The module will
  11. be called fdp.
  12. Say N if unsure.
  13. config NFC_FDP_I2C
  14. tristate "NFC FDP i2c support"
  15. depends on NFC_FDP && I2C
  16. help
  17. This module adds support for the Intel Fields Peak NFC controller
  18. i2c interface.
  19. Select this if your platform is using the i2c bus.
  20. If you choose to build a module, it'll be called fdp_i2c.
  21. Say N if unsure.