# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_KPC2000[0m bool "Daktronics KPC Device support" select [31mCONFIG_MFD_CORE[0m depends on [31mCONFIG_PCI[0m depends on [31mCONFIG_UIO[0m help Select this if you wish to use the Daktronics KPC [31mCONFIG_PCI[0m devices If unsure, say N. config [31mCONFIG_KPC2000_CORE[0m tristate "Daktronics KPC PCI UIO device" depends on [31mCONFIG_KPC2000[0m help Say Y here if you wish to support the Daktronics KPC [31mCONFIG_PCI[0m device in [31mCONFIG_UIO[0m mode. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called kpc2000 If unsure, say N. config [31mCONFIG_KPC2000_SPI[0m tristate "Daktronics KPC SPI device" depends on [31mCONFIG_KPC2000[0m && [31mCONFIG_SPI[0m help Say Y here if you wish to support the Daktronics KPC [31mCONFIG_PCI[0m device in [31mCONFIG_SPI[0m mode. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called kpc2000_spi If unsure, say N. config [31mCONFIG_KPC2000_I2C[0m tristate "Daktronics KPC I2C device" depends on [31mCONFIG_KPC2000[0m && [31mCONFIG_I2C[0m help Say Y here if you wish to support the Daktronics KPC [31mCONFIG_PCI[0m device in [31mCONFIG_I2C[0m mode. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called kpc2000_i2c If unsure, say N. config [31mCONFIG_KPC2000_DMA[0m tristate "Daktronics KPC DMA controller" depends on [31mCONFIG_KPC2000[0m help Say Y here if you wish to support the Daktronics DMA controller. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called kpc2000_dma If unsure, say N. |