1# SPDX-License-Identifier: GPL-2.0-only 2config LEDS_SIEMENS_SIMATIC_IPC 3 tristate "LED driver for Siemens Simatic IPCs" 4 depends on LEDS_CLASS 5 depends on SIEMENS_SIMATIC_IPC 6 select P2SB 7 help 8 This option enables support for the LEDs of several Industrial PCs 9 from Siemens. 10 11 To compile this driver as a module, choose M here: the module 12 will be called simatic-ipc-leds. 13