blob: 1eef9199486e556d12f15d3f2c498e7057adc9d1 [file] [log] [blame]
Robert Baldygac04c6742015-08-20 17:26:02 +02001config NFC_S3FWRN5
2 tristate
Axel Lin45ee2852015-09-22 17:48:40 +08003 select CRYPTO
Robert Baldygac04c6742015-08-20 17:26:02 +02004 ---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
9config 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.