Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) | Kconfig (c656aa4c27b17a8c70da223ed5ab42145800d6b5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config NFC_PN533 3 tristate 4 help 5 NXP PN533 core driver. 6 This driver provides core functionality for NXP PN533 NFC devices. 7 8config NFC_PN533_USB --- 12 unchanged lines hidden (view full) --- 21 depends on I2C 22 select NFC_PN533 23 ---help--- 24 This module adds support for the NXP pn533 I2C interface. 25 Select this if your platform is using the I2C bus. 26 27 If you choose to build a module, it'll be called pn533_i2c. 28 Say N if unsure. | 1# SPDX-License-Identifier: GPL-2.0-only 2config NFC_PN533 3 tristate 4 help 5 NXP PN533 core driver. 6 This driver provides core functionality for NXP PN533 NFC devices. 7 8config NFC_PN533_USB --- 12 unchanged lines hidden (view full) --- 21 depends on I2C 22 select NFC_PN533 23 ---help--- 24 This module adds support for the NXP pn533 I2C interface. 25 Select this if your platform is using the I2C bus. 26 27 If you choose to build a module, it'll be called pn533_i2c. 28 Say N if unsure. |
29 30config 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. |
|