Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NFC_PN544
0003         tristate
0004         select CRC_CCITT
0005         help
0006           NXP PN544 core driver.
0007           This is a driver based on the HCI NFC kernel layers and
0008           will thus not work with NXP libnfc library.
0009 
0010 config NFC_PN544_I2C
0011         tristate "NXP PN544 device support (I2C)"
0012         depends on NFC_HCI && I2C && NFC_SHDLC
0013         select NFC_PN544
0014         help
0015           This module adds support for the NXP pn544 i2c interface.
0016           Select this if your platform is using the i2c bus.
0017 
0018           If you choose to build a module, it'll be called pn544_i2c.
0019           Say N if unsure.
0020 
0021 config NFC_PN544_MEI
0022         tristate "NXP PN544 device support (MEI)"
0023         depends on NFC_HCI && NFC_MEI_PHY
0024         select NFC_PN544
0025         help
0026           This module adds support for the mei interface of adapters using
0027           NXP pn544 chipsets.  Select this if your pn544 chipset
0028           is handled by Intel's Management Engine Interface on your platform.
0029 
0030           If you choose to build a module, it'll be called pn544_mei.
0031           Say N if unsure.