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_NFC sybsystem configuration
#

menuconfig CONFIG_NFC
	depends on CONFIG_NET
	depends on CONFIG_RFKILL || !CONFIG_RFKILL
	tristate "NFC subsystem support"
	default n
	help
	  Say Y here if you want to build support for CONFIG_NFC (Near field
	  communication) devices.

	  To compile this support as a module, choose CONFIG_M here: the module will
	  be called nfc.

config CONFIG_NFC_DIGITAL
	depends on CONFIG_NFC
	select CONFIG_CRC_CCITT
	select CONFIG_CRC_ITU_T
	tristate "NFC Digital Protocol stack support"
	default n
	help
	  Say Y if you want to build CONFIG_NFC digital protocol stack support.
	  This is needed by CONFIG_NFC chipsets whose firmware only implement
	  the CONFIG_NFC analog layer.

	  To compile this support as a module, choose CONFIG_M here: the module will
	  be called nfc_digital.

source "net/nfc/nci/Kconfig"
source "net/nfc/hci/Kconfig"

source "drivers/nfc/Kconfig"