Skip to content

Commit

Permalink
leds: atmel-pwm: remove obsolete driver
Browse files Browse the repository at this point in the history
The leds-atmel-pwm driver is now obsolete. It is not used by any mainlined
boards and is replaced by the generic leds_pwm with the pwm-atmel driver using
the generic PWM framework.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Bryan Wu <cooloney@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
alexandrebelloni authored and Nicolas Ferre committed Jul 9, 2014
1 parent ec38846 commit 3088883
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 158 deletions.
8 changes: 0 additions & 8 deletions drivers/leds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ config LEDS_88PM860X
This option enables support for on-chip LED drivers found on Marvell
Semiconductor 88PM8606 PMIC.

config LEDS_ATMEL_PWM
tristate "LED Support using Atmel PWM outputs"
depends on LEDS_CLASS
depends on ATMEL_PWM
help
This option enables support for LEDs driven using outputs
of the dedicated PWM controller found on newer Atmel SOCs.

config LEDS_LM3530
tristate "LCD Backlight driver for LM3530"
depends on LEDS_CLASS
Expand Down
1 change: 0 additions & 1 deletion drivers/leds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ obj-$(CONFIG_LEDS_TRIGGERS) += led-triggers.o

# LED Platform Drivers
obj-$(CONFIG_LEDS_88PM860X) += leds-88pm860x.o
obj-$(CONFIG_LEDS_ATMEL_PWM) += leds-atmel-pwm.o
obj-$(CONFIG_LEDS_BD2802) += leds-bd2802.o
obj-$(CONFIG_LEDS_LOCOMO) += leds-locomo.o
obj-$(CONFIG_LEDS_LM3530) += leds-lm3530.o
Expand Down
149 changes: 0 additions & 149 deletions drivers/leds/leds-atmel-pwm.c

This file was deleted.

0 comments on commit 3088883

Please sign in to comment.