These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / nfc / s3fwrn5 / Kconfig
1 config NFC_S3FWRN5
2         tristate
3         select CRYPTO
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.