| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config NFC_ST21NFCA |
|---|
| 2 | 3 | tristate |
|---|
| 3 | 4 | select CRC_CCITT |
|---|
| 4 | | - ---help--- |
|---|
| 5 | + help |
|---|
| 5 | 6 | STMicroelectronics ST21NFCA core driver. It implements the chipset |
|---|
| 6 | 7 | HCI logic and hooks into the NFC kernel APIs. Physical layers will |
|---|
| 7 | 8 | register against it. |
|---|
| .. | .. |
|---|
| 10 | 11 | tristate "STMicroelectronics ST21NFCA NFC driver (I2C)" |
|---|
| 11 | 12 | depends on NFC_HCI && I2C && NFC_SHDLC |
|---|
| 12 | 13 | select NFC_ST21NFCA |
|---|
| 13 | | - ---help--- |
|---|
| 14 | + help |
|---|
| 14 | 15 | This module adds support for the STMicroelectronics st21nfca i2c interface. |
|---|
| 15 | 16 | Select this if your platform is using the i2c bus. |
|---|
| 16 | 17 | |
|---|