| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config NFC_PN533 |
|---|
| 2 | 3 | tristate |
|---|
| 3 | 4 | help |
|---|
| .. | .. |
|---|
| 8 | 9 | tristate "NFC PN533 device support (USB)" |
|---|
| 9 | 10 | depends on USB |
|---|
| 10 | 11 | select NFC_PN533 |
|---|
| 11 | | - ---help--- |
|---|
| 12 | + help |
|---|
| 12 | 13 | This module adds support for the NXP pn533 USB interface. |
|---|
| 13 | 14 | Select this if your platform is using the USB bus. |
|---|
| 14 | 15 | |
|---|
| .. | .. |
|---|
| 19 | 20 | tristate "NFC PN533 device support (I2C)" |
|---|
| 20 | 21 | depends on I2C |
|---|
| 21 | 22 | select NFC_PN533 |
|---|
| 22 | | - ---help--- |
|---|
| 23 | + help |
|---|
| 23 | 24 | This module adds support for the NXP pn533 I2C interface. |
|---|
| 24 | 25 | Select this if your platform is using the I2C bus. |
|---|
| 25 | 26 | |
|---|
| 26 | 27 | If you choose to build a module, it'll be called pn533_i2c. |
|---|
| 27 | 28 | Say N if unsure. |
|---|
| 29 | + |
|---|
| 30 | +config NFC_PN532_UART |
|---|
| 31 | + tristate "NFC PN532 device support (UART)" |
|---|
| 32 | + depends on SERIAL_DEV_BUS |
|---|
| 33 | + select NFC_PN533 |
|---|
| 34 | + help |
|---|
| 35 | + This module adds support for the NXP pn532 UART interface. |
|---|
| 36 | + Select this if your platform is using the UART bus. |
|---|
| 37 | + |
|---|
| 38 | + If you choose to build a module, it'll be called pn532_uart. |
|---|
| 39 | + Say N if unsure. |
|---|