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