Skip to content

Commit d9f25b5

Browse files
Matthew Wilcox (Oracle)hdeller
authored andcommitted
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>
1 parent 5379c64 commit d9f25b5

9 files changed

Lines changed: 0 additions & 1907 deletions

File tree

drivers/video/backlight/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,6 @@ config BACKLIGHT_HP700
235235
If you have an HP Jornada 700 series,
236236
say Y to include backlight control driver.
237237

238-
config BACKLIGHT_CARILLO_RANCH
239-
tristate "Intel Carillo Ranch Backlight Driver"
240-
depends on LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
241-
help
242-
If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
243-
backlight driver.
244-
245238
config BACKLIGHT_PWM
246239
tristate "Generic PWM based Backlight Driver"
247240
depends on PWM

drivers/video/backlight/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ obj-$(CONFIG_BACKLIGHT_ADP8870) += adp8870_bl.o
2525
obj-$(CONFIG_BACKLIGHT_APPLE) += apple_bl.o
2626
obj-$(CONFIG_BACKLIGHT_AS3711) += as3711_bl.o
2727
obj-$(CONFIG_BACKLIGHT_BD6107) += bd6107.o
28-
obj-$(CONFIG_BACKLIGHT_CARILLO_RANCH) += cr_bllcd.o
2928
obj-$(CONFIG_BACKLIGHT_CLASS_DEVICE) += backlight.o
3029
obj-$(CONFIG_BACKLIGHT_DA903X) += da903x_bl.o
3130
obj-$(CONFIG_BACKLIGHT_DA9052) += da9052_bl.o

drivers/video/backlight/cr_bllcd.c

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

drivers/video/fbdev/Kconfig

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -847,21 +847,6 @@ config FB_I810_I2C
847847

848848
If unsure, say Y.
849849

850-
config FB_LE80578
851-
tristate "Intel LE80578 (Vermilion) support"
852-
depends on FB && PCI && X86
853-
select FB_IOMEM_HELPERS
854-
select FB_MODE_HELPERS
855-
select VIDEO_NOMODESET
856-
help
857-
This driver supports the LE80578 (Vermilion Range) chipset
858-
859-
config FB_CARILLO_RANCH
860-
tristate "Intel Carillo Ranch support"
861-
depends on FB_LE80578 && FB && PCI && X86
862-
help
863-
This driver supports the LE80578 (Carillo Ranch) board
864-
865850
config FB_INTEL
866851
tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support"
867852
depends on FB && PCI && X86 && AGP_INTEL && EXPERT

drivers/video/fbdev/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ obj-$(CONFIG_FB_IMSTT) += imsttfb.o
4242
obj-$(CONFIG_FB_FM2) += fm2fb.o
4343
obj-$(CONFIG_FB_VT8623) += vt8623fb.o
4444
obj-$(CONFIG_FB_TRIDENT) += tridentfb.o
45-
obj-$(CONFIG_FB_LE80578) += vermilion/
4645
obj-$(CONFIG_FB_S3) += s3fb.o
4746
obj-$(CONFIG_FB_ARK) += arkfb.o
4847
obj-$(CONFIG_FB_STI) += stifb.o

drivers/video/fbdev/vermilion/Makefile

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

0 commit comments

Comments
 (0)