.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config NFC_ST_NCI |
---|
2 | 3 | tristate |
---|
3 | | - ---help--- |
---|
| 4 | + help |
---|
4 | 5 | STMicroelectronics NFC NCI chips core driver. It implements the chipset |
---|
5 | 6 | NCI logic and hooks into the NFC kernel APIs. Physical layers will |
---|
6 | 7 | register against it. |
---|
.. | .. |
---|
9 | 10 | tristate "STMicroelectronics ST NCI NFC driver (I2C)" |
---|
10 | 11 | depends on NFC_NCI && I2C |
---|
11 | 12 | select NFC_ST_NCI |
---|
12 | | - ---help--- |
---|
| 13 | + help |
---|
13 | 14 | This module adds support for an I2C interface to the |
---|
14 | 15 | STMicroelectronics NFC NCI chips family. |
---|
15 | 16 | Select this if your platform is using the i2c bus. |
---|
.. | .. |
---|
21 | 22 | tristate "STMicroelectronics ST NCI NFC driver (SPI)" |
---|
22 | 23 | depends on NFC_NCI && SPI |
---|
23 | 24 | select NFC_ST_NCI |
---|
24 | | - ---help--- |
---|
| 25 | + help |
---|
25 | 26 | This module adds support for an SPI interface to the |
---|
26 | 27 | STMicroelectronics NFC NCI chips family. |
---|
27 | 28 | Select this if your platform is using the spi bus. |
---|