diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-16 00:14:35 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-16 00:39:41 +0200 |
commit | bb03dceb83852614ae3ad6b3731a31422890b0b9 (patch) | |
tree | 6c3585b278baf22ad4ee4047c8e053e7c98c9165 /drivers/nfc/pn544/Kconfig | |
parent | 4912e2fe74811693703e9b4e21bf36c067643a03 (diff) |
NFC: pn544: Add MEI physical layer
With the new mei_phy NFC driver API, the pn544 MEI physical layer is
minimal and similar to the microread one.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/pn544/Kconfig')
-rw-r--r-- | drivers/nfc/pn544/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/nfc/pn544/Kconfig b/drivers/nfc/pn544/Kconfig index c277790ac71..ccf06f5f6eb 100644 --- a/drivers/nfc/pn544/Kconfig +++ b/drivers/nfc/pn544/Kconfig @@ -20,4 +20,15 @@ config NFC_PN544_I2C Select this if your platform is using the i2c bus. If you choose to build a module, it'll be called pn544_i2c. - Say N if unsure.
\ No newline at end of file + Say N if unsure. + +config NFC_PN544_MEI + tristate "NFC PN544 MEI support" + depends on NFC_PN544 && NFC_MEI_PHY + ---help--- + This module adds support for the mei interface of adapters using + NXP pn544 chipsets. Select this if your pn544 chipset + is handled by Intel's Management Engine Interface on your platform. + + If you choose to build a module, it'll be called pn544_mei. + Say N if unsure. |