1# SPDX-License-Identifier: GPL-2.0-only 2config NFC_S3FWRN5 3 tristate 4 select CRYPTO_LIB_SHA1 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. 22 23config NFC_S3FWRN82_UART 24 tristate "Samsung S3FWRN82 UART support" 25 depends on NFC_NCI && SERIAL_DEV_BUS 26 select NFC_S3FWRN5 27 help 28 This module adds support for a UART interface to the S3FWRN82 chip. 29 Select this if your platform is using the UART bus. 30 31 To compile this driver as a module, choose m here. The module will 32 be called s3fwrn82_uart.ko. 33 Say N if unsure. 34