config [31mCONFIG_NFC_ST_NCI[0m tristate ---help--- STMicroelectronics [31mCONFIG_NFC[0m NCI chips core driver. It implements the chipset NCI logic and hooks into the [31mCONFIG_NFC[0m kernel APIs. Physical layers will register against it. config [31mCONFIG_NFC_ST_NCI_I2C[0m tristate "STMicroelectronics ST NCI NFC driver (I2C)" depends on [31mCONFIG_NFC_NCI[0m && [31mCONFIG_I2C[0m select [31mCONFIG_NFC_ST_NCI[0m ---help--- This module adds support for an [31mCONFIG_I2C[0m interface to the STMicroelectronics [31mCONFIG_NFC[0m NCI chips familly. Select this if your platform is using the i2c bus. If you choose to build a module, it'll be called st-nci_i2c. Say N if unsure. config [31mCONFIG_NFC_ST_NCI_SPI[0m tristate "STMicroelectronics ST NCI NFC driver (SPI)" depends on [31mCONFIG_NFC_NCI[0m && [31mCONFIG_SPI[0m select [31mCONFIG_NFC_ST_NCI[0m ---help--- This module adds support for an [31mCONFIG_SPI[0m interface to the STMicroelectronics [31mCONFIG_NFC[0m NCI chips familly. Select this if your platform is using the spi bus. If you choose to build a module, it'll be called st-nci_spi. Say N if unsure. |