summaryrefslogtreecommitdiff
path: root/drivers/leds/simple/Makefile
diff options
context:
space:
mode:
authorHenning Schild <henning.schild@siemens.com>2022-06-06 19:41:38 +0300
committerLee Jones <lee@kernel.org>2022-07-14 10:50:43 +0100
commita6c80bec3c9357506e2bfdae82623ef34f8cab40 (patch)
treee9bef78a0eede79d0c199d1eafbffd909ed141b2 /drivers/leds/simple/Makefile
parent446f0cf9e08b483d7dc6f61eee0ee846b22f6386 (diff)
leds: simatic-ipc-leds-gpio: Add GPIO version of Siemens driver
On Apollo Lake the pinctrl drivers will now come up without ACPI. Use that instead of open coding it. Create a new driver for that which can later be filled with more GPIO based models, and which has different dependencies. Signed-off-by: Henning Schild <henning.schild@siemens.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/leds/simple/Makefile')
-rw-r--r--drivers/leds/simple/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/simple/Makefile b/drivers/leds/simple/Makefile
index 8481f1e9e360..1c7ef5e1324b 100644
--- a/drivers/leds/simple/Makefile
+++ b/drivers/leds/simple/Makefile
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_LEDS_SIEMENS_SIMATIC_IPC) += simatic-ipc-leds.o
+obj-$(CONFIG_LEDS_SIEMENS_SIMATIC_IPC) += simatic-ipc-leds-gpio.o