blob: fbccd9dd887db0ee4475f95f52bf75a806763802 [file] [log] [blame]
Robert Dolcaa06347c2015-10-22 12:11:42 +03001config 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.