hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/nfc/pn544/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config NFC_PN544
23 tristate
34 select CRC_CCITT
4
- ---help---
5
+ help
56 NXP PN544 core driver.
67 This is a driver based on the HCI NFC kernel layers and
78 will thus not work with NXP libnfc library.
....@@ -10,7 +11,7 @@
1011 tristate "NXP PN544 device support (I2C)"
1112 depends on NFC_HCI && I2C && NFC_SHDLC
1213 select NFC_PN544
13
- ---help---
14
+ help
1415 This module adds support for the NXP pn544 i2c interface.
1516 Select this if your platform is using the i2c bus.
1617
....@@ -21,7 +22,7 @@
2122 tristate "NXP PN544 device support (MEI)"
2223 depends on NFC_HCI && NFC_MEI_PHY
2324 select NFC_PN544
24
- ---help---
25
+ help
2526 This module adds support for the mei interface of adapters using
2627 NXP pn544 chipsets. Select this if your pn544 chipset
2728 is handled by Intel's Management Engine Interface on your platform.