Michael Thalmeier | 9815c7c | 2016-03-25 15:46:53 +0100 | [diff] [blame] | 1 | config NFC_PN533 |
| 2 | tristate |
| 3 | help |
| 4 | NXP PN533 core driver. |
| 5 | This driver provides core functionality for NXP PN533 NFC devices. |
| 6 | |
| 7 | config NFC_PN533_USB |
| 8 | tristate "NFC PN533 device support (USB)" |
| 9 | depends on USB |
| 10 | select NFC_PN533 |
| 11 | ---help--- |
| 12 | This module adds support for the NXP pn533 USB interface. |
| 13 | Select this if your platform is using the USB bus. |
| 14 | |
| 15 | If you choose to build a module, it'll be called pn533_usb. |
| 16 | Say N if unsure. |
Michael Thalmeier | dd7bedc | 2016-03-25 15:46:54 +0100 | [diff] [blame] | 17 | |
| 18 | config NFC_PN533_I2C |
| 19 | tristate "NFC PN533 device support (I2C)" |
| 20 | depends on I2C |
| 21 | select NFC_PN533 |
| 22 | ---help--- |
| 23 | This module adds support for the NXP pn533 I2C interface. |
| 24 | Select this if your platform is using the I2C bus. |
| 25 | |
| 26 | If you choose to build a module, it'll be called pn533_i2c. |
| 27 | Say N if unsure. |