summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/microread/Kconfig
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2012-12-18 14:56:15 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2013-02-03 20:37:48 +0100
commit71054c7db161b5947de8c2bcb02d5934cbddb722 (patch)
tree58a42c0c3ae901daa1525b8aa0750ee5c40cd68b /drivers/nfc/microread/Kconfig
parentcfad1ba87150e198be9ea32367a24e500e59de2c (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/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/nfc/microread/Kconfig b/drivers/nfc/microread/Kconfig
index 5b89d011d09..cd6744bc8db 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.