1config NFC_ST21NFCB
2	tristate "STMicroelectronics ST21NFCB NFC driver"
3	depends on NFC_NCI
4	default n
5	---help---
6	  STMicroelectronics ST21NFCB core driver. It implements the chipset
7	  NCI logic and hooks into the NFC kernel APIs. Physical layers will
8	  register against it.
9
10	  To compile this driver as a module, choose m here. The module will
11	  be called st21nfcb.
12	  Say N if unsure.
13
14config NFC_ST21NFCB_I2C
15	tristate "NFC ST21NFCB i2c support"
16	depends on NFC_ST21NFCB && I2C
17	---help---
18	  This module adds support for the STMicroelectronics st21nfcb i2c interface.
19	  Select this if your platform is using the i2c bus.
20
21	  If you choose to build a module, it'll be called st21nfcb_i2c.
22	  Say N if unsure.
23