Robert Baldyga | c04c674 | 2015-08-20 17:26:02 +0200 | [diff] [blame] | 1 | config NFC_S3FWRN5 |
| 2 | tristate |
Axel Lin | 45ee285 | 2015-09-22 17:48:40 +0800 | [diff] [blame] | 3 | select CRYPTO |
Robert Baldyga | c04c674 | 2015-08-20 17:26:02 +0200 | [diff] [blame] | 4 | ---help--- |
| 5 | Core driver for Samsung S3FWRN5 NFC chip. Contains core utilities |
| 6 | of chip. It's intended to be used by PHYs to avoid duplicating lots |
| 7 | of common code. |
| 8 | |
| 9 | config NFC_S3FWRN5_I2C |
| 10 | tristate "Samsung S3FWRN5 I2C support" |
| 11 | depends on NFC_NCI && I2C |
| 12 | select NFC_S3FWRN5 |
| 13 | default n |
| 14 | ---help--- |
| 15 | This module adds support for an I2C interface to the S3FWRN5 chip. |
| 16 | Select this if your platform is using the I2C bus. |
| 17 | |
| 18 | To compile this driver as a module, choose m here. The module will |
| 19 | be called s3fwrn5_i2c.ko. |
| 20 | Say N if unsure. |