File: Kconfig

package info (click to toggle)
linux 5.10.46-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,191,996 kB
  • sloc: ansic: 19,502,768; asm: 263,759; sh: 73,960; makefile: 44,724; perl: 34,644; python: 32,387; cpp: 6,070; yacc: 4,755; lex: 2,742; awk: 1,214; ruby: 25; sed: 5
file content (59 lines) | stat: -rw-r--r-- 1,376 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# SPDX-License-Identifier: GPL-2.0

config KPC2000
	bool "Daktronics KPC Device support"
	select MFD_CORE
	depends on PCI
	depends on UIO
	help
	  Select this if you wish to use the Daktronics KPC PCI devices

	  If unsure, say N.

config KPC2000_CORE
	tristate "Daktronics KPC PCI UIO device"
	depends on KPC2000
	help
	  Say Y here if you wish to support the Daktronics KPC PCI
	  device in UIO mode.

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

	  If unsure, say N.

config KPC2000_SPI
	tristate "Daktronics KPC SPI device"
	depends on KPC2000 && SPI
	help
	  Say Y here if you wish to support the Daktronics KPC PCI
	  device in SPI mode.

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

	  If unsure, say N.

config KPC2000_I2C
	tristate "Daktronics KPC I2C device"
	depends on KPC2000 && I2C
	help
	  Say Y here if you wish to support the Daktronics KPC PCI
	  device in I2C mode.

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

	  If unsure, say N.

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

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

	  If unsure, say N.