xref: /linux/drivers/misc/keba/Kconfig (revision 85d4cf56e95ae0bb381587f229420a0eb6ab1d0a)
1# SPDX-License-Identifier: GPL-2.0
2config KEBA_CP500
3	tristate "KEBA CP500 system FPGA support"
4	depends on PCI
5	select AUXILIARY_BUS
6	help
7	  This driver supports the KEBA CP500 system FPGA, which is used in
8	  KEBA CP500 devices. It registers all sub devices present on the CP500
9	  system FPGA as separate devices. A driver is needed for each sub
10	  device.
11
12	  This driver can also be built as a module. If so, the module will be
13	  called cp500.
14