diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2023-12-09 01:47:02 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-01-12 14:38:37 +0300 |
commit | d9f25b59ed85ae45801cf45fe17eb269b0ef3038 (patch) | |
tree | c44063a7faf9055840267aa84349be10c8a2e049 /drivers/video/backlight/Kconfig | |
parent | 5379c646960e3bbb4e59d65f0d689407636a7136 (diff) | |
download | linux-d9f25b59ed85ae45801cf45fe17eb269b0ef3038.tar.xz |
fbdev: Remove support for Carillo Ranch driver
As far as anybody can tell, this product never shipped. If it did,
it shipped in 2007 and nobody has access to one any more. Remove the
fbdev driver and the backlight driver.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 51387b1ef012..94d092091b5e 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig @@ -235,13 +235,6 @@ config BACKLIGHT_HP700 If you have an HP Jornada 700 series, say Y to include backlight control driver. -config BACKLIGHT_CARILLO_RANCH - tristate "Intel Carillo Ranch Backlight Driver" - depends on LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578 - help - If you have a Intel LE80578 (Carillo Ranch) say Y to enable the - backlight driver. - config BACKLIGHT_PWM tristate "Generic PWM based Backlight Driver" depends on PWM |