xref: /linux/drivers/misc/keba/Kconfig (revision 7f15c46a57c31956591f85b713d7e63cccb25556)
1# SPDX-License-Identifier: GPL-2.0
2config KEBA_CP500
3	tristate "KEBA CP500 system FPGA support"
4	depends on PCI
5	depends on I2C
6	select AUXILIARY_BUS
7	help
8	  This driver supports the KEBA CP500 system FPGA, which is used in
9	  KEBA CP500 devices. It registers all sub devices present on the CP500
10	  system FPGA as separate devices. A driver is needed for each sub
11	  device.
12
13	  This driver can also be built as a module. If so, the module will be
14	  called cp500.
15
16config KEBA_LAN9252
17	tristate "KEBA CP500 LAN9252 configuration"
18	depends on SPI
19	depends on KEBA_CP500 || COMPILE_TEST
20	help
21	  This driver is used for updating the configuration of the LAN9252
22	  controller on KEBA CP500 devices.
23
24	  This driver can also be built as a module. If so, the module will be
25	  called lan9252.
26