Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_NFC_ST_NCI
	tristate
	---help---
	  STMicroelectronics CONFIG_NFC NCI chips core driver. It implements the chipset
	  NCI logic and hooks into the CONFIG_NFC kernel APIs. Physical layers will
	  register against it.

config CONFIG_NFC_ST_NCI_I2C
	tristate "STMicroelectronics ST NCI NFC driver (I2C)"
	depends on CONFIG_NFC_NCI && CONFIG_I2C
	select CONFIG_NFC_ST_NCI
	---help---
	  This module adds support for an CONFIG_I2C interface to the
	  STMicroelectronics CONFIG_NFC 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 CONFIG_NFC_ST_NCI_SPI
	tristate "STMicroelectronics ST NCI NFC driver (SPI)"
	depends on CONFIG_NFC_NCI && CONFIG_SPI
	select CONFIG_NFC_ST_NCI
	---help---
	  This module adds support for an CONFIG_SPI interface to the
	  STMicroelectronics CONFIG_NFC 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.