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

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_NFC_NCI
	depends on CONFIG_NFC
	tristate "NCI protocol support"
	default n
	help
	  NCI (CONFIG_NFC Controller Interface) is a communication protocol between
	  an CONFIG_NFC Controller (NFCC) and a Device Host (DH).

	  Say Y here to compile NCI support into the kernel or say CONFIG_M to
	  compile it as module (nci).

config CONFIG_NFC_NCI_SPI
	depends on CONFIG_NFC_NCI && CONFIG_SPI
	select CONFIG_CRC_CCITT
	tristate "NCI over SPI protocol support"
	default n
	help
	  NCI (CONFIG_NFC Controller Interface) is a communication protocol between
	  an CONFIG_NFC Controller (NFCC) and a Device Host (DH).

	  Say yes if you use an NCI driver that requires CONFIG_SPI link layer.

config CONFIG_NFC_NCI_UART
	depends on CONFIG_NFC_NCI && CONFIG_TTY
	tristate "NCI over UART protocol support"
	default n
	help
	  Say yes if you use an NCI driver that requires UART link layer.