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_MRVL
	tristate
	help
	  The core driver to support Marvell CONFIG_NFC devices.

	  This driver is required if you want to support
	  Marvell CONFIG_NFC device 8897.

config CONFIG_NFC_MRVL_USB
	tristate "Marvell NFC-over-USB driver"
	depends on CONFIG_NFC_NCI && CONFIG_USB
	select CONFIG_NFC_MRVL
	help
	  Marvell CONFIG_NFC-over-CONFIG_USB driver.

	  This driver provides support for Marvell CONFIG_NFC-over-CONFIG_USB devices:
          8897.

	  Say Y here to compile support for Marvell CONFIG_NFC-over-CONFIG_USB driver
	  into the kernel or say CONFIG_M to compile it as module.

config CONFIG_NFC_MRVL_UART
	tristate "Marvell NFC-over-UART driver"
	depends on CONFIG_NFC_NCI && CONFIG_NFC_NCI_UART
	select CONFIG_NFC_MRVL
	help
	  Marvell CONFIG_NFC-over-UART driver.

	  This driver provides support for Marvell CONFIG_NFC-over-UART devices

	  Say Y here to compile support for Marvell CONFIG_NFC-over-UART driver
	  into the kernel or say CONFIG_M to compile it as module.

config CONFIG_NFC_MRVL_I2C
	tristate "Marvell NFC-over-I2C driver"
	depends on CONFIG_NFC_MRVL && CONFIG_I2C
	help
	  Marvell CONFIG_NFC-over-CONFIG_I2C driver.

	  This driver provides support for Marvell CONFIG_NFC-over-CONFIG_I2C devices.

	  Say Y here to compile support for Marvell CONFIG_NFC-over-CONFIG_I2C driver
	  into the kernel or say CONFIG_M to compile it as module.

config CONFIG_NFC_MRVL_SPI
	tristate "Marvell NFC-over-SPI driver"
	depends on CONFIG_NFC_MRVL && CONFIG_NFC_NCI_SPI
	help
	  Marvell CONFIG_NFC-over-CONFIG_SPI driver.

	  This driver provides support for Marvell CONFIG_NFC-over-CONFIG_SPI devices.

	  Say Y here to compile support for Marvell CONFIG_NFC-over-CONFIG_SPI driver
	  into the kernel or say CONFIG_M to compile it as module.