forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/nfc/nxp-nci/Kconfig
....@@ -1,10 +1,10 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config NFC_NXP_NCI
23 tristate "NXP-NCI NFC driver"
34 depends on NFC_NCI
4
- default n
5
- ---help---
6
- Generic core driver for NXP NCI chips such as the NPC100
7
- or PN7150 families.
5
+ help
6
+ Generic core driver for NXP NCI chips such as the NPC100 (PN547),
7
+ NPC300 (PN548) or PN7150 families.
88 This is a driver based on the NCI NFC kernel layers and
99 will thus not work with NXP libnfc library.
1010
....@@ -15,11 +15,11 @@
1515 config NFC_NXP_NCI_I2C
1616 tristate "NXP-NCI I2C support"
1717 depends on NFC_NXP_NCI && I2C
18
- ---help---
18
+ help
1919 This module adds support for an I2C interface to the NXP NCI
2020 chips.
2121 Select this if your platform is using the I2C bus.
2222
2323 To compile this driver as a module, choose m here. The module will
2424 be called nxp_nci_i2c.
25
- Say Y if unsure.
25
+ Say N if unsure.