Christophe Ricard | 6895730 | 2014-03-25 06:51:47 +0100 | [diff] [blame] | 1 | config NFC_ST21NFCA |
Christophe Ricard | dfa4089 | 2015-12-23 23:45:17 +0100 | [diff] [blame] | 2 | tristate |
Christophe Ricard | 6895730 | 2014-03-25 06:51:47 +0100 | [diff] [blame] | 3 | select CRC_CCITT |
Christophe Ricard | 6895730 | 2014-03-25 06:51:47 +0100 | [diff] [blame] | 4 | ---help--- |
| 5 | STMicroelectronics ST21NFCA core driver. It implements the chipset |
| 6 | HCI logic and hooks into the NFC kernel APIs. Physical layers will |
| 7 | register against it. |
| 8 | |
Christophe Ricard | 6895730 | 2014-03-25 06:51:47 +0100 | [diff] [blame] | 9 | config NFC_ST21NFCA_I2C |
Christophe Ricard | dfa4089 | 2015-12-23 23:45:17 +0100 | [diff] [blame] | 10 | tristate "STMicroelectronics ST21NFCA NFC driver (I2C)" |
| 11 | depends on NFC_HCI && I2C && NFC_SHDLC |
| 12 | select NFC_ST21NFCA |
Christophe Ricard | 6895730 | 2014-03-25 06:51:47 +0100 | [diff] [blame] | 13 | ---help--- |
| 14 | This module adds support for the STMicroelectronics st21nfca i2c interface. |
| 15 | Select this if your platform is using the i2c bus. |
| 16 | |
| 17 | If you choose to build a module, it'll be called st21nfca_i2c. |
| 18 | Say N if unsure. |