xref: /linux/drivers/misc/keba/Kconfig (revision 366898e7a188116af2af9b43cb10e9a48dbab2cf)
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
15config KEBA_LAN9252
16	tristate "KEBA CP500 LAN9252 configuration"
17	depends on SPI
18	depends on KEBA_CP500 || COMPILE_TEST
19	help
20	  This driver is used for updating the configuration of the LAN9252
21	  controller on KEBA CP500 devices.
22
23	  This driver can also be built as a module. If so, the module will be
24	  called lan9252.
25