diff options
| author | Samuel Ortiz <sameo@linux.intel.com> | 2012-12-18 08:56:15 -0500 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-03 14:37:48 -0500 |
| commit | 71054c7db161b5947de8c2bcb02d5934cbddb722 (patch) | |
| tree | 58a42c0c3ae901daa1525b8aa0750ee5c40cd68b /drivers/nfc/microread/Kconfig | |
| parent | cfad1ba87150e198be9ea32367a24e500e59de2c (diff) | |
NFC: microread: Add i2c physical layer
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/microread/Kconfig')
| -rw-r--r-- | drivers/nfc/microread/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/nfc/microread/Kconfig b/drivers/nfc/microread/Kconfig index 5b89d011d098..cd6744bc8db6 100644 --- a/drivers/nfc/microread/Kconfig +++ b/drivers/nfc/microread/Kconfig | |||
| @@ -11,3 +11,14 @@ config NFC_MICROREAD | |||
| 11 | To compile this driver as a module, choose m here. The module will | 11 | To compile this driver as a module, choose m here. The module will |
| 12 | be called microread. | 12 | be called microread. |
| 13 | Say N if unsure. | 13 | Say N if unsure. |
| 14 | |||
| 15 | config NFC_MICROREAD_I2C | ||
| 16 | tristate "NFC Microread i2c support" | ||
| 17 | depends on NFC_MICROREAD && I2C && NFC_SHDLC | ||
| 18 | ---help--- | ||
| 19 | This module adds support for the i2c interface of adapters using | ||
| 20 | Inside microread chipsets. Select this if your platform is using | ||
| 21 | the i2c bus. | ||
| 22 | |||
| 23 | If you choose to build a module, it'll be called microread_i2c. | ||
| 24 | Say N if unsure. | ||
