diff options
author | Lars Poeschel <poeschel@lemonage.de> | 2019-10-29 15:47:14 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-29 21:05:26 -0700 |
commit | c656aa4c27b17a8c70da223ed5ab42145800d6b5 (patch) | |
tree | 2daa4cce7ac78fe27ad0653e20b6176c8e6bead3 /drivers/nfc/pn533/Kconfig | |
parent | 843cc92ed323692943c94d7e6ce97a0353b8c2d7 (diff) |
nfc: pn533: add UART phy driver
This adds the UART phy interface for the pn533 driver.
The pn533 driver can be used through UART interface this way.
It is implemented as a serdev device.
Cc: Johan Hovold <johan@kernel.org>
Cc: Claudiu Beznea <Claudiu.Beznea@microchip.com>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/nfc/pn533/Kconfig')
-rw-r--r-- | drivers/nfc/pn533/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/nfc/pn533/Kconfig b/drivers/nfc/pn533/Kconfig index f6d6b345ba0d..7fe1bbe26568 100644 --- a/drivers/nfc/pn533/Kconfig +++ b/drivers/nfc/pn533/Kconfig @@ -26,3 +26,14 @@ config NFC_PN533_I2C If you choose to build a module, it'll be called pn533_i2c. Say N if unsure. + +config NFC_PN532_UART + tristate "NFC PN532 device support (UART)" + depends on SERIAL_DEV_BUS + select NFC_PN533 + ---help--- + This module adds support for the NXP pn532 UART interface. + Select this if your platform is using the UART bus. + + If you choose to build a module, it'll be called pn532_uart. + Say N if unsure. |