diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-12-18 14:56:15 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-03 20:37:48 +0100 |
commit | 71054c7db161b5947de8c2bcb02d5934cbddb722 (patch) | |
tree | 58a42c0c3ae901daa1525b8aa0750ee5c40cd68b /drivers/nfc/microread/Kconfig | |
parent | cfad1ba87150e198be9ea32367a24e500e59de2c (diff) | |
download | kernel_goldelico_gta04-71054c7db161b5947de8c2bcb02d5934cbddb722.zip kernel_goldelico_gta04-71054c7db161b5947de8c2bcb02d5934cbddb722.tar.gz kernel_goldelico_gta04-71054c7db161b5947de8c2bcb02d5934cbddb722.tar.bz2 |
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 5b89d01..cd6744b 100644 --- a/drivers/nfc/microread/Kconfig +++ b/drivers/nfc/microread/Kconfig @@ -11,3 +11,14 @@ config NFC_MICROREAD To compile this driver as a module, choose m here. The module will be called microread. Say N if unsure. + +config NFC_MICROREAD_I2C + tristate "NFC Microread i2c support" + depends on NFC_MICROREAD && I2C && NFC_SHDLC + ---help--- + This module adds support for the i2c interface of adapters using + Inside microread chipsets. Select this if your platform is using + the i2c bus. + + If you choose to build a module, it'll be called microread_i2c. + Say N if unsure. |