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