1 # SPDX-License-Identifier: GPL-2.0-only
7 Core driver for Samsung S3FWRN5 NFC chip. Contains core utilities
8 of chip. It's intended to be used by PHYs to avoid duplicating lots
11 config NFC_S3FWRN5_I2C
12 tristate "Samsung S3FWRN5 I2C support"
13 depends on NFC_NCI && I2C
17 This module adds support for an I2C interface to the S3FWRN5 chip.
18 Select this if your platform is using the I2C bus.
20 To compile this driver as a module, choose m here. The module will
21 be called s3fwrn5_i2c.ko.
24 config NFC_S3FWRN82_UART
25 tristate "Samsung S3FWRN82 UART support"
26 depends on NFC_NCI && SERIAL_DEV_BUS
29 This module adds support for a UART interface to the S3FWRN82 chip.
30 Select this if your platform is using the UART bus.
32 To compile this driver as a module, choose m here. The module will
33 be called s3fwrn82_uart.ko.