forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/nfc/st21nfca/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config NFC_ST21NFCA
23 tristate
34 select CRC_CCITT
4
- ---help---
5
+ help
56 STMicroelectronics ST21NFCA core driver. It implements the chipset
67 HCI logic and hooks into the NFC kernel APIs. Physical layers will
78 register against it.
....@@ -10,7 +11,7 @@
1011 tristate "STMicroelectronics ST21NFCA NFC driver (I2C)"
1112 depends on NFC_HCI && I2C && NFC_SHDLC
1213 select NFC_ST21NFCA
13
- ---help---
14
+ help
1415 This module adds support for the STMicroelectronics st21nfca i2c interface.
1516 Select this if your platform is using the i2c bus.
1617