^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config NFC_PN544
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) select CRC_CCITT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) NXP PN544 core driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) This is a driver based on the HCI NFC kernel layers and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) will thus not work with NXP libnfc library.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) config NFC_PN544_I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) tristate "NXP PN544 device support (I2C)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) depends on NFC_HCI && I2C && NFC_SHDLC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) select NFC_PN544
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) This module adds support for the NXP pn544 i2c interface.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Select this if your platform is using the i2c bus.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) If you choose to build a module, it'll be called pn544_i2c.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) Say N if unsure.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) config NFC_PN544_MEI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) tristate "NXP PN544 device support (MEI)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) depends on NFC_HCI && NFC_MEI_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) select NFC_PN544
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) This module adds support for the mei interface of adapters using
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) NXP pn544 chipsets. Select this if your pn544 chipset
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) is handled by Intel's Management Engine Interface on your platform.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) If you choose to build a module, it'll be called pn544_mei.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) Say N if unsure.