File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
245238config BACKLIGHT_PWM
246239 tristate "Generic PWM based Backlight Driver"
247240 depends on PWM
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ obj-$(CONFIG_BACKLIGHT_ADP8870) += adp8870_bl.o
2525obj-$(CONFIG_BACKLIGHT_APPLE) += apple_bl.o
2626obj-$(CONFIG_BACKLIGHT_AS3711) += as3711_bl.o
2727obj-$(CONFIG_BACKLIGHT_BD6107) += bd6107.o
28- obj-$(CONFIG_BACKLIGHT_CARILLO_RANCH) += cr_bllcd.o
2928obj-$(CONFIG_BACKLIGHT_CLASS_DEVICE) += backlight.o
3029obj-$(CONFIG_BACKLIGHT_DA903X) += da903x_bl.o
3130obj-$(CONFIG_BACKLIGHT_DA9052) += da9052_bl.o
Load Diff This file was deleted.
Original file line number Diff line number Diff 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-
865850config 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
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ obj-$(CONFIG_FB_IMSTT) += imsttfb.o
4242obj-$(CONFIG_FB_FM2) += fm2fb.o
4343obj-$(CONFIG_FB_VT8623) += vt8623fb.o
4444obj-$(CONFIG_FB_TRIDENT) += tridentfb.o
45- obj-$(CONFIG_FB_LE80578) += vermilion/
4645obj-$(CONFIG_FB_S3) += s3fb.o
4746obj-$(CONFIG_FB_ARK) += arkfb.o
4847obj-$(CONFIG_FB_STI) += stifb.o
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments