forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/drivers/nfc/st-nci/Kconfig
....@@ -1,6 +1,7 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config NFC_ST_NCI
23 tristate
3
- ---help---
4
+ help
45 STMicroelectronics NFC NCI chips core driver. It implements the chipset
56 NCI logic and hooks into the NFC kernel APIs. Physical layers will
67 register against it.
....@@ -9,7 +10,7 @@
910 tristate "STMicroelectronics ST NCI NFC driver (I2C)"
1011 depends on NFC_NCI && I2C
1112 select NFC_ST_NCI
12
- ---help---
13
+ help
1314 This module adds support for an I2C interface to the
1415 STMicroelectronics NFC NCI chips family.
1516 Select this if your platform is using the i2c bus.
....@@ -21,7 +22,7 @@
2122 tristate "STMicroelectronics ST NCI NFC driver (SPI)"
2223 depends on NFC_NCI && SPI
2324 select NFC_ST_NCI
24
- ---help---
25
+ help
2526 This module adds support for an SPI interface to the
2627 STMicroelectronics NFC NCI chips family.
2728 Select this if your platform is using the spi bus.