Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config LEDS_SIEMENS_SIMATIC_IPC
  3. tristate "LED driver for Siemens Simatic IPCs"
  4. depends on LEDS_CLASS
  5. depends on SIEMENS_SIMATIC_IPC
  6. default y
  7. help
  8. This option enables support for the LEDs of several Industrial PCs
  9. from Siemens.
  10. To compile this driver as a module, choose M here: the module
  11. will be called simatic-ipc-leds.
  12. config LEDS_SIEMENS_SIMATIC_IPC_APOLLOLAKE
  13. tristate "LED driver for Siemens Simatic IPCs based on Intel Apollo Lake GPIO"
  14. depends on LEDS_GPIO
  15. depends on PINCTRL_BROXTON
  16. depends on SIEMENS_SIMATIC_IPC
  17. default LEDS_SIEMENS_SIMATIC_IPC
  18. help
  19. This option enables support for the LEDs of several Industrial PCs
  20. from Siemens based on Apollo Lake GPIO i.e. IPC127E.
  21. To compile this driver as a module, choose M here: the module
  22. will be called simatic-ipc-leds-gpio-apollolake.
  23. config LEDS_SIEMENS_SIMATIC_IPC_F7188X
  24. tristate "LED driver for Siemens Simatic IPCs based on Nuvoton GPIO"
  25. depends on LEDS_GPIO
  26. depends on GPIO_F7188X
  27. depends on SIEMENS_SIMATIC_IPC
  28. default LEDS_SIEMENS_SIMATIC_IPC
  29. help
  30. This option enables support for the LEDs of several Industrial PCs
  31. from Siemens based on Nuvoton GPIO i.e. IPC227G.
  32. To compile this driver as a module, choose M here: the module
  33. will be called simatic-ipc-leds-gpio-f7188x.
  34. config LEDS_SIEMENS_SIMATIC_IPC_ELKHARTLAKE
  35. tristate "LED driver for Siemens Simatic IPCs based on Intel Elkhart Lake GPIO"
  36. depends on LEDS_GPIO
  37. depends on PINCTRL_ELKHARTLAKE
  38. depends on SIEMENS_SIMATIC_IPC
  39. default LEDS_SIEMENS_SIMATIC_IPC
  40. help
  41. This option enables support for the LEDs of several Industrial PCs
  42. from Siemens based on Elkhart Lake GPIO i.e. BX-21A.
  43. To compile this driver as a module, choose M here: the module
  44. will be called simatic-ipc-leds-gpio-elkhartlake.