xref: /openbmc/linux/drivers/nfc/s3fwrn5/Kconfig (revision e1a3e724)
1config NFC_S3FWRN5
2	tristate
3	---help---
4	  Core driver for Samsung S3FWRN5 NFC chip. Contains core utilities
5	  of chip. It's intended to be used by PHYs to avoid duplicating lots
6	  of common code.
7
8config NFC_S3FWRN5_I2C
9	tristate "Samsung S3FWRN5 I2C support"
10	depends on NFC_NCI && I2C
11	select NFC_S3FWRN5
12	default n
13	---help---
14	  This module adds support for an I2C interface to the S3FWRN5 chip.
15	  Select this if your platform is using the I2C bus.
16
17	  To compile this driver as a module, choose m here. The module will
18	  be called s3fwrn5_i2c.ko.
19	  Say N if unsure.
20