xref: /linux/drivers/nfc/s3fwrn5/Kconfig (revision ec2e0fb07d789976c601bec19ecced7a501c3705)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2c04c674fSRobert Baldygaconfig NFC_S3FWRN5
3c04c674fSRobert Baldyga	tristate
4*661bfb46SEric Biggers	select CRYPTO_LIB_SHA1
5a7f7f624SMasahiro Yamada	help
6c04c674fSRobert Baldyga	  Core driver for Samsung S3FWRN5 NFC chip. Contains core utilities
7c04c674fSRobert Baldyga	  of chip. It's intended to be used by PHYs to avoid duplicating lots
8c04c674fSRobert Baldyga	  of common code.
9c04c674fSRobert Baldyga
10c04c674fSRobert Baldygaconfig NFC_S3FWRN5_I2C
11c04c674fSRobert Baldyga	tristate "Samsung S3FWRN5 I2C support"
12c04c674fSRobert Baldyga	depends on NFC_NCI && I2C
13c04c674fSRobert Baldyga	select NFC_S3FWRN5
14c04c674fSRobert Baldyga	default n
15a7f7f624SMasahiro Yamada	help
16c04c674fSRobert Baldyga	  This module adds support for an I2C interface to the S3FWRN5 chip.
17c04c674fSRobert Baldyga	  Select this if your platform is using the I2C bus.
18c04c674fSRobert Baldyga
19c04c674fSRobert Baldyga	  To compile this driver as a module, choose m here. The module will
20c04c674fSRobert Baldyga	  be called s3fwrn5_i2c.ko.
21c04c674fSRobert Baldyga	  Say N if unsure.
223f52c2cbSBongsu Jeon
233f52c2cbSBongsu Jeonconfig NFC_S3FWRN82_UART
243f52c2cbSBongsu Jeon        tristate "Samsung S3FWRN82 UART support"
253f52c2cbSBongsu Jeon        depends on NFC_NCI && SERIAL_DEV_BUS
263f52c2cbSBongsu Jeon        select NFC_S3FWRN5
273f52c2cbSBongsu Jeon        help
283f52c2cbSBongsu Jeon          This module adds support for a UART interface to the S3FWRN82 chip.
293f52c2cbSBongsu Jeon          Select this if your platform is using the UART bus.
303f52c2cbSBongsu Jeon
313f52c2cbSBongsu Jeon          To compile this driver as a module, choose m here. The module will
323f52c2cbSBongsu Jeon          be called s3fwrn82_uart.ko.
333f52c2cbSBongsu Jeon          Say N if unsure.
34