Commit 835a0c10 authored by Lee Jones's avatar Lee Jones
Browse files

leds: Rename simple directory to simatic



The drivers contained in this directory are not simplistic.

Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent be2f9284
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1015,7 +1015,7 @@ source "drivers/leds/rgb/Kconfig"
comment "LED Triggers"
source "drivers/leds/trigger/Kconfig"

comment "Simple LED drivers"
source "drivers/leds/simple/Kconfig"
comment "Simatic LED drivers"
source "drivers/leds/simatic/Kconfig"

endif # NEW_LEDS
+2 −2
Original line number Diff line number Diff line
@@ -121,5 +121,5 @@ obj-$(CONFIG_LEDS_TRIGGERS) += trigger/
# LED Blink
obj-y					+= blink/

# Simple LED drivers
obj-y					+= simple/
# Simatic LED drivers
obj-y					+= simatic/
Loading