2013-01-09 05:04:28 +08:00
|
|
|
config DRM_TILCDC
|
|
|
|
tristate "DRM Support for TI LCDC Display Controller"
|
2015-02-01 22:08:33 +08:00
|
|
|
depends on DRM && OF && ARM && HAVE_DMA_ATTRS
|
2013-01-09 05:04:28 +08:00
|
|
|
select DRM_KMS_HELPER
|
2013-10-08 23:44:47 +08:00
|
|
|
select DRM_KMS_FB_HELPER
|
2013-01-09 05:04:28 +08:00
|
|
|
select DRM_KMS_CMA_HELPER
|
|
|
|
select DRM_GEM_CMA_HELPER
|
2013-03-12 16:15:43 +08:00
|
|
|
select VIDEOMODE_HELPERS
|
2012-12-19 07:34:16 +08:00
|
|
|
select BACKLIGHT_CLASS_DEVICE
|
2013-06-01 06:22:47 +08:00
|
|
|
select BACKLIGHT_LCD_SUPPORT
|
2013-01-09 05:04:28 +08:00
|
|
|
help
|
|
|
|
Choose this option if you have an TI SoC with LCDC display
|
|
|
|
controller, for example AM33xx in beagle-bone, DA8xx, or
|
|
|
|
OMAP-L1xx. This driver replaces the FB_DA8XX fbdev driver.
|
2015-02-18 17:24:03 +08:00
|
|
|
|
|
|
|
config DRM_TILCDC_SLAVE_COMPAT
|
|
|
|
bool "Support device tree blobs using TI LCDC Slave binding"
|
|
|
|
depends on DRM_TILCDC
|
|
|
|
default y
|
|
|
|
select OF_RESOLVE
|
|
|
|
select OF_OVERLAY
|
|
|
|
help
|
|
|
|
Choose this option if you need a kernel that is compatible
|
|
|
|
with device tree blobs using the obsolete "ti,tilcdc,slave"
|
|
|
|
binding. If you find "ti,tilcdc,slave"-string from your DTB,
|
|
|
|
you probably need this. Otherwise you do not.
|