linux/drivers/nfc/nxp-nci/Kconfig
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0-only
   2config NFC_NXP_NCI
   3        tristate "NXP-NCI NFC driver"
   4        depends on NFC_NCI
   5        default n
   6        ---help---
   7          Generic core driver for NXP NCI chips such as the NPC100
   8          or PN7150 families.
   9          This is a driver based on the NCI NFC kernel layers and
  10          will thus not work with NXP libnfc library.
  11
  12          To compile this driver as a module, choose m here. The module will
  13          be called nxp_nci.
  14          Say N if unsure.
  15
  16config NFC_NXP_NCI_I2C
  17        tristate "NXP-NCI I2C support"
  18        depends on NFC_NXP_NCI && I2C
  19        ---help---
  20          This module adds support for an I2C interface to the NXP NCI
  21          chips.
  22          Select this if your platform is using the I2C bus.
  23
  24          To compile this driver as a module, choose m here. The module will
  25          be called nxp_nci_i2c.
  26          Say Y if unsure.
  27