diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-01-05 14:46:04 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-02-22 11:55:27 +0100 |
commit | 744fc2dada5073b8d9822c8c838c8141037ec651 (patch) | |
tree | 6322442cf781503a9c19d6432fd2af5bc5bbe15b /drivers/video/backlight/Kconfig | |
parent | backlight: aat2870: Use backlight helper (diff) | |
download | linux-744fc2dada5073b8d9822c8c838c8141037ec651.tar.xz linux-744fc2dada5073b8d9822c8c838c8141037ec651.zip |
backlight: Remove pxa tosa support
The PXA tosa machine was removed, so this backlight driver is no
longer needed.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230105134622.254560-10-arnd@kernel.org
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 936ba1e4d35e..01804847c39f 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig @@ -90,13 +90,6 @@ config LCD_PLATFORM This driver provides a platform-device registered LCD power control interface. -config LCD_TOSA - tristate "Sharp SL-6000 LCD Driver" - depends on I2C && SPI && MACH_TOSA - help - If you have an Sharp SL-6000 Zaurus say Y to enable a driver - for its LCD. - config LCD_HP700 tristate "HP Jornada 700 series LCD Driver" depends on SA1100_JORNADA720_SSP && !PREEMPTION @@ -288,13 +281,6 @@ config BACKLIGHT_APPLE If you have an Intel-based Apple say Y to enable a driver for its backlight. -config BACKLIGHT_TOSA - tristate "Sharp SL-6000 Backlight Driver" - depends on I2C && MACH_TOSA && LCD_TOSA - help - If you have an Sharp SL-6000 Zaurus say Y to enable a driver - for its backlight - config BACKLIGHT_QCOM_WLED tristate "Qualcomm PMIC WLED Driver" select REGMAP |