1# SPDX-License-Identifier: GPL-2.0-only 2config LEDS_SIEMENS_SIMATIC_IPC 3 tristate "LED driver for Siemens Simatic IPCs" 4 depends on SIEMENS_SIMATIC_IPC 5 help 6 This option enables support for the LEDs of several Industrial PCs 7 from Siemens. 8 9 To compile this driver as a module, choose M here: the module 10 will be called simatic-ipc-leds. 11 12config 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 22 To compile this driver as a module, choose M here: the module 23 will be called simatic-ipc-leds-gpio-apollolake. 24 25config LEDS_SIEMENS_SIMATIC_IPC_F7188X 26 tristate "LED driver for Siemens Simatic IPCs based on Nuvoton GPIO" 27 depends on LEDS_GPIO 28 depends on GPIO_F7188X 29 depends on SIEMENS_SIMATIC_IPC 30 default LEDS_SIEMENS_SIMATIC_IPC 31 help 32 This option enables support for the LEDs of several Industrial PCs 33 from Siemens based on Nuvoton GPIO i.e. IPC227G. 34 35 To compile this driver as a module, choose M here: the module 36 will be called simatic-ipc-leds-gpio-f7188x. 37