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

config CONFIG_KPC2000
	bool "Daktronics KPC Device support"
	select CONFIG_MFD_CORE
	depends on CONFIG_PCI
	depends on CONFIG_UIO
	help
	  Select this if you wish to use the Daktronics KPC CONFIG_PCI devices

	  If unsure, say N.

config CONFIG_KPC2000_CORE
	tristate "Daktronics KPC PCI UIO device"
	depends on CONFIG_KPC2000
	help
	  Say Y here if you wish to support the Daktronics KPC CONFIG_PCI
	  device in CONFIG_UIO mode.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called kpc2000

	  If unsure, say N.

config CONFIG_KPC2000_SPI
	tristate "Daktronics KPC SPI device"
	depends on CONFIG_KPC2000 && CONFIG_SPI
	help
	  Say Y here if you wish to support the Daktronics KPC CONFIG_PCI
	  device in CONFIG_SPI mode.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called kpc2000_spi

	  If unsure, say N.

config CONFIG_KPC2000_I2C
	tristate "Daktronics KPC I2C device"
	depends on CONFIG_KPC2000 && CONFIG_I2C
	help
	  Say Y here if you wish to support the Daktronics KPC CONFIG_PCI
	  device in CONFIG_I2C mode.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called kpc2000_i2c

	  If unsure, say N.

config CONFIG_KPC2000_DMA
	tristate "Daktronics KPC DMA controller"
	depends on CONFIG_KPC2000
	help
	  Say Y here if you wish to support the Daktronics DMA controller.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called kpc2000_dma

	  If unsure, say N.