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