You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Backlight & LCD drivers
|
|
|
|
|
|
|
|
obj-$(CONFIG_LCD_CLASS_DEVICE) += lcd.o
|
|
|
|
obj-$(CONFIG_BACKLIGHT_CLASS_DEVICE) += backlight.o
|
|
|
|
obj-$(CONFIG_BACKLIGHT_CORGI) += corgi_bl.o
|
|
|
|
obj-$(CONFIG_SHARP_LOCOMO) += locomolcd.o
|