52 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config LEDS_SIEMENS_SIMATIC_IPC3 tristate "LED driver for Siemens Simatic IPCs"4 depends on LEDS_CLASS5 depends on SIEMENS_SIMATIC_IPC6 default y7 help8 This option enables support for the LEDs of several Industrial PCs9 from Siemens.10 11 To compile this driver as a module, choose M here: the module12 will be called simatic-ipc-leds.13 14config LEDS_SIEMENS_SIMATIC_IPC_APOLLOLAKE15 tristate "LED driver for Siemens Simatic IPCs based on Intel Apollo Lake GPIO"16 depends on LEDS_GPIO17 depends on PINCTRL_BROXTON18 depends on SIEMENS_SIMATIC_IPC19 default LEDS_SIEMENS_SIMATIC_IPC20 help21 This option enables support for the LEDs of several Industrial PCs22 from Siemens based on Apollo Lake GPIO i.e. IPC127E.23 24 To compile this driver as a module, choose M here: the module25 will be called simatic-ipc-leds-gpio-apollolake.26 27config LEDS_SIEMENS_SIMATIC_IPC_F7188X28 tristate "LED driver for Siemens Simatic IPCs based on Nuvoton GPIO"29 depends on LEDS_GPIO30 depends on GPIO_F7188X31 depends on SIEMENS_SIMATIC_IPC32 default LEDS_SIEMENS_SIMATIC_IPC33 help34 This option enables support for the LEDs of several Industrial PCs35 from Siemens based on Nuvoton GPIO i.e. IPC227G.36 37 To compile this driver as a module, choose M here: the module38 will be called simatic-ipc-leds-gpio-f7188x.39 40config LEDS_SIEMENS_SIMATIC_IPC_ELKHARTLAKE41 tristate "LED driver for Siemens Simatic IPCs based on Intel Elkhart Lake GPIO"42 depends on LEDS_GPIO43 depends on PINCTRL_ELKHARTLAKE44 depends on SIEMENS_SIMATIC_IPC45 default LEDS_SIEMENS_SIMATIC_IPC46 help47 This option enables support for the LEDs of several Industrial PCs48 from Siemens based on Elkhart Lake GPIO i.e. BX-21A.49 50 To compile this driver as a module, choose M here: the module51 will be called simatic-ipc-leds-gpio-elkhartlake.52