xref: /openbmc/linux/drivers/nfc/fdp/Kconfig (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2a06347c0SRobert Dolcaconfig NFC_FDP
3a06347c0SRobert Dolca	tristate "Intel FDP NFC driver"
4a06347c0SRobert Dolca	depends on NFC_NCI
5a06347c0SRobert Dolca	select CRC_CCITT
6a06347c0SRobert Dolca	default n
7*a7f7f624SMasahiro Yamada	help
8a06347c0SRobert Dolca	  Intel Fields Peak NFC controller core driver.
9a06347c0SRobert Dolca	  This is a driver based on the NCI NFC kernel layers.
10a06347c0SRobert Dolca
11a06347c0SRobert Dolca	  To compile this driver as a module, choose m here. The module will
12a06347c0SRobert Dolca	  be called fdp.
13a06347c0SRobert Dolca	  Say N if unsure.
14a06347c0SRobert Dolca
15a06347c0SRobert Dolcaconfig NFC_FDP_I2C
16a06347c0SRobert Dolca	tristate "NFC FDP i2c support"
17a06347c0SRobert Dolca	depends on NFC_FDP && I2C
18*a7f7f624SMasahiro Yamada	help
19a06347c0SRobert Dolca	  This module adds support for the Intel Fields Peak NFC controller
20a06347c0SRobert Dolca	  i2c interface.
21a06347c0SRobert Dolca	  Select this if your platform is using the i2c bus.
22a06347c0SRobert Dolca
23a06347c0SRobert Dolca	  If you choose to build a module, it'll be called fdp_i2c.
24a06347c0SRobert Dolca	  Say N if unsure.
25