Skip to content

Commit 744fc2d

Browse files
arndblag-linaro
authored andcommitted
backlight: Remove pxa tosa support
The PXA tosa machine was removed, so this backlight driver is no longer needed. Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Daniel Thompson <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 32fb258 commit 744fc2d

File tree

5 files changed

+0
-480
lines changed

5 files changed

+0
-480
lines changed

drivers/video/backlight/Kconfig

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ config LCD_PLATFORM
9090
This driver provides a platform-device registered LCD power
9191
control interface.
9292

93-
config LCD_TOSA
94-
tristate "Sharp SL-6000 LCD Driver"
95-
depends on I2C && SPI && MACH_TOSA
96-
help
97-
If you have an Sharp SL-6000 Zaurus say Y to enable a driver
98-
for its LCD.
99-
10093
config LCD_HP700
10194
tristate "HP Jornada 700 series LCD Driver"
10295
depends on SA1100_JORNADA720_SSP && !PREEMPTION
@@ -288,13 +281,6 @@ config BACKLIGHT_APPLE
288281
If you have an Intel-based Apple say Y to enable a driver for its
289282
backlight.
290283

291-
config BACKLIGHT_TOSA
292-
tristate "Sharp SL-6000 Backlight Driver"
293-
depends on I2C && MACH_TOSA && LCD_TOSA
294-
help
295-
If you have an Sharp SL-6000 Zaurus say Y to enable a driver
296-
for its backlight
297-
298284
config BACKLIGHT_QCOM_WLED
299285
tristate "Qualcomm PMIC WLED Driver"
300286
select REGMAP

drivers/video/backlight/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ obj-$(CONFIG_LCD_LTV350QV) += ltv350qv.o
1515
obj-$(CONFIG_LCD_OTM3225A) += otm3225a.o
1616
obj-$(CONFIG_LCD_PLATFORM) += platform_lcd.o
1717
obj-$(CONFIG_LCD_TDO24M) += tdo24m.o
18-
obj-$(CONFIG_LCD_TOSA) += tosa_lcd.o
1918
obj-$(CONFIG_LCD_VGG2432A4) += vgg2432a4.o
2019

2120
obj-$(CONFIG_BACKLIGHT_88PM860X) += 88pm860x_bl.o
@@ -53,7 +52,6 @@ obj-$(CONFIG_BACKLIGHT_QCOM_WLED) += qcom-wled.o
5352
obj-$(CONFIG_BACKLIGHT_RT4831) += rt4831-backlight.o
5453
obj-$(CONFIG_BACKLIGHT_SAHARA) += kb3886_bl.o
5554
obj-$(CONFIG_BACKLIGHT_SKY81452) += sky81452-backlight.o
56-
obj-$(CONFIG_BACKLIGHT_TOSA) += tosa_bl.o
5755
obj-$(CONFIG_BACKLIGHT_TPS65217) += tps65217_bl.o
5856
obj-$(CONFIG_BACKLIGHT_WM831X) += wm831x_bl.o
5957
obj-$(CONFIG_BACKLIGHT_ARCXCNN) += arcxcnn_bl.o

drivers/video/backlight/tosa_bl.c

Lines changed: 0 additions & 172 deletions
This file was deleted.

drivers/video/backlight/tosa_bl.h

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)