treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / staging / kpc2000 / Kconfig
blob897965359fcbbaf8bef400fede20995791ebf472
1 # SPDX-License-Identifier: GPL-2.0
3 config KPC2000
4         bool "Daktronics KPC Device support"
5         select MFD_CORE
6         depends on PCI
7         depends on UIO
8         help
9           Select this if you wish to use the Daktronics KPC PCI devices
11           If unsure, say N.
13 config KPC2000_CORE
14         tristate "Daktronics KPC PCI UIO device"
15         depends on KPC2000
16         help
17           Say Y here if you wish to support the Daktronics KPC PCI
18           device in UIO mode.
20           To compile this driver as a module, choose M here: the module
21           will be called kpc2000
23           If unsure, say N.
25 config KPC2000_SPI
26         tristate "Daktronics KPC SPI device"
27         depends on KPC2000 && SPI
28         help
29           Say Y here if you wish to support the Daktronics KPC PCI
30           device in SPI mode.
32           To compile this driver as a module, choose M here: the module
33           will be called kpc2000_spi
35           If unsure, say N.
37 config KPC2000_I2C
38         tristate "Daktronics KPC I2C device"
39         depends on KPC2000 && I2C
40         help
41           Say Y here if you wish to support the Daktronics KPC PCI
42           device in I2C mode.
44           To compile this driver as a module, choose M here: the module
45           will be called kpc2000_i2c
47           If unsure, say N.
49 config KPC2000_DMA
50         tristate "Daktronics KPC DMA controller"
51         depends on KPC2000
52         help
53           Say Y here if you wish to support the Daktronics DMA controller.
55           To compile this driver as a module, choose M here: the module
56           will be called kpc2000_dma
58           If unsure, say N.