Avery Pennarun | 0b4377a | 2016-03-04 16:25:03 -0500 | [diff] [blame^] | 1 | config NFC_FDP |
| 2 | depends on !KERNEL_3_13 |
| 3 | tristate "Intel FDP NFC driver" |
| 4 | depends on m |
| 5 | depends on NFC_NCI |
| 6 | depends on CRC_CCITT |
| 7 | default n |
| 8 | ---help--- |
| 9 | Intel Fields Peak NFC controller core driver. |
| 10 | This is a driver based on the NCI NFC kernel layers. |
| 11 | |
| 12 | To compile this driver as a module, choose m here. The module will |
| 13 | be called fdp. |
| 14 | Say N if unsure. |
| 15 | |
| 16 | config NFC_FDP_I2C |
| 17 | depends on !KERNEL_3_18 |
| 18 | tristate "NFC FDP i2c support" |
| 19 | depends on m |
| 20 | depends on NFC_FDP && I2C |
| 21 | ---help--- |
| 22 | This module adds support for the Intel Fields Peak NFC controller |
| 23 | i2c interface. |
| 24 | Select this if your platform is using the i2c bus. |
| 25 | |
| 26 | If you choose to build a module, it'll be called fdp_i2c. |
| 27 | Say N if unsure. |