diff options
author | Mark Greer <mgreer@animalcreek.com> | 2017-04-25 15:43:55 -0700 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2017-06-18 23:57:58 +0200 |
commit | d34e48d6a62a06eb7f72c7dc534c4c318a163dad (patch) | |
tree | 9f0a658e4da641684e2b7ccc87e75cbaff5a06c9 /drivers/nfc/Kconfig | |
parent | 1877d2c5f5cff2f4115d702a1223a0f0d66cdb36 (diff) | |
download | op-kernel-dev-d34e48d6a62a06eb7f72c7dc534c4c318a163dad.zip op-kernel-dev-d34e48d6a62a06eb7f72c7dc534c4c318a163dad.tar.gz |
NFC: trf7970a: Convert to descriptor based GPIO interface
The trf7970a driver uses the deprecated integer-based GPIO consumer
interface so convert it to use the new descriptor-based GPIO
consumer interface.
Signed-off-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/Kconfig')
-rw-r--r-- | drivers/nfc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/Kconfig b/drivers/nfc/Kconfig index c420848..b065eb6 100644 --- a/drivers/nfc/Kconfig +++ b/drivers/nfc/Kconfig @@ -7,7 +7,7 @@ menu "Near Field Communication (NFC) devices" config NFC_TRF7970A tristate "Texas Instruments TRF7970a NFC driver" - depends on SPI && NFC_DIGITAL + depends on SPI && NFC_DIGITAL && GPIOLIB help This option enables the NFC driver for Texas Instruments' TRF7970a device. Such device supports 5 different protocols: ISO14443A, |