blob: e461e99724552f96014581f81f191df8baed89ef [file] [log] [blame]
Rob Clark16ea9752013-01-08 15:04:28 -06001config DRM_TILCDC
2 tristate "DRM Support for TI LCDC Display Controller"
Stephen Rothwellbe882982013-02-26 09:54:48 +10003 depends on DRM && OF && ARM
Rob Clark16ea9752013-01-08 15:04:28 -06004 select DRM_KMS_HELPER
5 select DRM_KMS_CMA_HELPER
6 select DRM_GEM_CMA_HELPER
Tomi Valkeinena38884f2013-03-12 10:15:43 +02007 select VIDEOMODE_HELPERS
Rob Clark0d4bbaf2012-12-18 17:34:16 -06008 select BACKLIGHT_CLASS_DEVICE
Rob Clark16ea9752013-01-08 15:04:28 -06009 help
10 Choose this option if you have an TI SoC with LCDC display
11 controller, for example AM33xx in beagle-bone, DA8xx, or
12 OMAP-L1xx. This driver replaces the FB_DA8XX fbdev driver.