| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config NFC_PN544 |
|---|
| 2 | 3 | tristate |
|---|
| 3 | 4 | select CRC_CCITT |
|---|
| 4 | | - ---help--- |
|---|
| 5 | + help |
|---|
| 5 | 6 | NXP PN544 core driver. |
|---|
| 6 | 7 | This is a driver based on the HCI NFC kernel layers and |
|---|
| 7 | 8 | will thus not work with NXP libnfc library. |
|---|
| .. | .. |
|---|
| 10 | 11 | tristate "NXP PN544 device support (I2C)" |
|---|
| 11 | 12 | depends on NFC_HCI && I2C && NFC_SHDLC |
|---|
| 12 | 13 | select NFC_PN544 |
|---|
| 13 | | - ---help--- |
|---|
| 14 | + help |
|---|
| 14 | 15 | This module adds support for the NXP pn544 i2c interface. |
|---|
| 15 | 16 | Select this if your platform is using the i2c bus. |
|---|
| 16 | 17 | |
|---|
| .. | .. |
|---|
| 21 | 22 | tristate "NXP PN544 device support (MEI)" |
|---|
| 22 | 23 | depends on NFC_HCI && NFC_MEI_PHY |
|---|
| 23 | 24 | select NFC_PN544 |
|---|
| 24 | | - ---help--- |
|---|
| 25 | + help |
|---|
| 25 | 26 | This module adds support for the mei interface of adapters using |
|---|
| 26 | 27 | NXP pn544 chipsets. Select this if your pn544 chipset |
|---|
| 27 | 28 | is handled by Intel's Management Engine Interface on your platform. |
|---|