diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-01-14 14:35:22 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-08 06:18:32 -0500 |
commit | e0af11fa0df30bc645e6abb4d3ddc7ed05af0451 (patch) | |
tree | d1cec90a13719fa744603de68cbe1493c4483fa5 /drivers/nfc/microread/Kconfig | |
parent | 71054c7db161b5947de8c2bcb02d5934cbddb722 (diff) |
NFC: microread: Add MEI physical layer
On some peculiar worlds, microreads are found hidden behind MEIs and needs
to be accessed through the ME bus.
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 cd6744bc8db6..572305be6e37 100644 --- a/drivers/nfc/microread/Kconfig +++ b/drivers/nfc/microread/Kconfig | |||
@@ -22,3 +22,14 @@ config NFC_MICROREAD_I2C | |||
22 | 22 | ||
23 | If you choose to build a module, it'll be called microread_i2c. | 23 | If you choose to build a module, it'll be called microread_i2c. |
24 | Say N if unsure. | 24 | Say N if unsure. |
25 | |||
26 | config NFC_MICROREAD_MEI | ||
27 | tristate "NFC Microread MEI support" | ||
28 | depends on NFC_MICROREAD && INTEL_MEI_BUS_NFC | ||
29 | ---help--- | ||
30 | This module adds support for the mei interface of adapters using | ||
31 | Inside microread chipsets. Select this if your microread chipset | ||
32 | is handled by Intel's Management Engine Interface on your platform. | ||
33 | |||
34 | If you choose to build a module, it'll be called microread_mei. | ||
35 | Say N if unsure. | ||