treewide: replace '---help---' in Kconfig files with 'help'
[linux-block.git] / drivers / nfc / fdp / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
a06347c0
RD
2config NFC_FDP
3 tristate "Intel FDP NFC driver"
4 depends on NFC_NCI
5 select CRC_CCITT
6 default n
a7f7f624 7 help
a06347c0
RD
8 Intel Fields Peak NFC controller core driver.
9 This is a driver based on the NCI NFC kernel layers.
10
11 To compile this driver as a module, choose m here. The module will
12 be called fdp.
13 Say N if unsure.
14
15config NFC_FDP_I2C
16 tristate "NFC FDP i2c support"
17 depends on NFC_FDP && I2C
a7f7f624 18 help
a06347c0
RD
19 This module adds support for the Intel Fields Peak NFC controller
20 i2c interface.
21 Select this if your platform is using the i2c bus.
22
23 If you choose to build a module, it'll be called fdp_i2c.
24 Say N if unsure.