0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NFC_S3FWRN5
0003 tristate
0004 select CRYPTO
0005 select CRYPTO_HASH
0006 help
0007 Core driver for Samsung S3FWRN5 NFC chip. Contains core utilities
0008 of chip. It's intended to be used by PHYs to avoid duplicating lots
0009 of common code.
0010
0011 config NFC_S3FWRN5_I2C
0012 tristate "Samsung S3FWRN5 I2C support"
0013 depends on NFC_NCI && I2C
0014 select NFC_S3FWRN5
0015 default n
0016 help
0017 This module adds support for an I2C interface to the S3FWRN5 chip.
0018 Select this if your platform is using the I2C bus.
0019
0020 To compile this driver as a module, choose m here. The module will
0021 be called s3fwrn5_i2c.ko.
0022 Say N if unsure.
0023
0024 config NFC_S3FWRN82_UART
0025 tristate "Samsung S3FWRN82 UART support"
0026 depends on NFC_NCI && SERIAL_DEV_BUS
0027 select NFC_S3FWRN5
0028 help
0029 This module adds support for a UART interface to the S3FWRN82 chip.
0030 Select this if your platform is using the UART bus.
0031
0032 To compile this driver as a module, choose m here. The module will
0033 be called s3fwrn82_uart.ko.
0034 Say N if unsure.