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