| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config NFC_FDP |
|---|
| 2 | 3 | tristate "Intel FDP NFC driver" |
|---|
| 3 | 4 | depends on NFC_NCI |
|---|
| 4 | 5 | select CRC_CCITT |
|---|
| 5 | 6 | default n |
|---|
| 6 | | - ---help--- |
|---|
| 7 | + help |
|---|
| 7 | 8 | Intel Fields Peak NFC controller core driver. |
|---|
| 8 | 9 | This is a driver based on the NCI NFC kernel layers. |
|---|
| 9 | 10 | |
|---|
| .. | .. |
|---|
| 14 | 15 | config NFC_FDP_I2C |
|---|
| 15 | 16 | tristate "NFC FDP i2c support" |
|---|
| 16 | 17 | depends on NFC_FDP && I2C |
|---|
| 17 | | - ---help--- |
|---|
| 18 | + help |
|---|
| 18 | 19 | This module adds support for the Intel Fields Peak NFC controller |
|---|
| 19 | 20 | i2c interface. |
|---|
| 20 | 21 | Select this if your platform is using the i2c bus. |
|---|