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