Skip to content

Commit 835a0c1

Browse files
committed
leds: Rename simple directory to simatic
The drivers contained in this directory are not simplistic. Signed-off-by: Lee Jones <lee@kernel.org>
1 parent be2f928 commit 835a0c1

10 files changed

+4
-4
lines changed

drivers/leds/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ source "drivers/leds/rgb/Kconfig"
10151015
comment "LED Triggers"
10161016
source "drivers/leds/trigger/Kconfig"
10171017

1018-
comment "Simple LED drivers"
1019-
source "drivers/leds/simple/Kconfig"
1018+
comment "Simatic LED drivers"
1019+
source "drivers/leds/simatic/Kconfig"
10201020

10211021
endif # NEW_LEDS

drivers/leds/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ obj-$(CONFIG_LEDS_TRIGGERS) += trigger/
121121
# LED Blink
122122
obj-y += blink/
123123

124-
# Simple LED drivers
125-
obj-y += simple/
124+
# Simatic LED drivers
125+
obj-y += simatic/
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)