xref: /linux/drivers/misc/keba/Kconfig (revision c118478665f467e57d06b2354de65974b246b82b)
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