blob: c4e86df392a4441a4bdeb40b6559b0f84600fbed [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001# SPDX-License-Identifier: GPL-2.0-only
2config NFC_S3FWRN5
3 tristate
4 select CRYPTO
5 ---help---
6 Core driver for Samsung S3FWRN5 NFC chip. Contains core utilities
7 of chip. It's intended to be used by PHYs to avoid duplicating lots
8 of common code.
9
10config NFC_S3FWRN5_I2C
11 tristate "Samsung S3FWRN5 I2C support"
12 depends on NFC_NCI && I2C
13 select NFC_S3FWRN5
14 default n
15 ---help---
16 This module adds support for an I2C interface to the S3FWRN5 chip.
17 Select this if your platform is using the I2C bus.
18
19 To compile this driver as a module, choose m here. The module will
20 be called s3fwrn5_i2c.ko.
21 Say N if unsure.