aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorHenning Schild <henning.schild@siemens.com>2021-12-13 13:05:00 +0100
committerHans de Goede <hdegoede@redhat.com>2021-12-23 18:09:13 +0100
commit8c78e0614edc628b13313afd28856720b85d86a3 (patch)
treef68477764496b237cf995055e3c6576fdb384a23 /drivers/leds/Kconfig
parentplatform/x86: simatic-ipc: add main driver for Siemens devices (diff)
downloadlinux-dev-8c78e0614edc628b13313afd28856720b85d86a3.tar.xz
linux-dev-8c78e0614edc628b13313afd28856720b85d86a3.zip
leds: simatic-ipc-leds: add new driver for Siemens Industial PCs
This driver adds initial support for several devices from Siemens. It is based on a platform driver introduced in an earlier commit. One of the supported machines has GPIO connected LEDs, here we poke GPIO memory directly because pinctrl does not come up. Signed-off-by: Henning Schild <henning.schild@siemens.com> Acked-by: Pavel Machek <pavel@ucw.cz> Link: https://lore.kernel.org/r/20211213120502.20661-3-henning.schild@siemens.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index ed800f5da7d8..ac6688d7a3f4 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -879,4 +879,7 @@ source "drivers/leds/flash/Kconfig"
comment "LED Triggers"
source "drivers/leds/trigger/Kconfig"
+comment "Simple LED drivers"
+source "drivers/leds/simple/Kconfig"
+
endif # NEW_LEDS