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_PN533
	tristate
	help
	  NXP PN533 core driver.
	  This driver provides core functionality for NXP PN533 CONFIG_NFC devices.

config CONFIG_NFC_PN533_USB
	tristate "NFC PN533 device support (USB)"
	depends on CONFIG_USB
	select CONFIG_NFC_PN533
	---help---
	  This module adds support for the NXP pn533 CONFIG_USB interface.
	  Select this if your platform is using the CONFIG_USB bus.

	  If you choose to build a module, it'll be called pn533_usb.
	  Say N if unsure.

config CONFIG_NFC_PN533_I2C
	tristate "NFC PN533 device support (I2C)"
	depends on CONFIG_I2C
	select CONFIG_NFC_PN533
	---help---
	  This module adds support for the NXP pn533 CONFIG_I2C interface.
	  Select this if your platform is using the CONFIG_I2C bus.

	  If you choose to build a module, it'll be called pn533_i2c.
	  Say N if unsure.