config [31mCONFIG_DRM_TILCDC[0m tristate "DRM Support for TI LCDC Display Controller" depends on [31mCONFIG_DRM[0m && [31mCONFIG_OF[0m && [31mCONFIG_ARM[0m select [31mCONFIG_DRM_KMS_HELPER[0m select [31mCONFIG_DRM_KMS_CMA_HELPER[0m select [31mCONFIG_DRM_GEM_CMA_HELPER[0m select [31mCONFIG_VIDEOMODE_HELPERS[0m select [31mCONFIG_BACKLIGHT_CLASS_DEVICE[0m select [31mCONFIG_BACKLIGHT_LCD_SUPPORT[0m 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 [31mCONFIG_FB_DA8XX[0m fbdev driver. config [31mCONFIG_DRM_TILCDC_SLAVE_COMPAT[0m bool "Support device tree blobs using TI LCDC Slave binding" depends on [31mCONFIG_DRM_TILCDC[0m default y select [31mCONFIG_OF_RESOLVE[0m select [31mCONFIG_OF_OVERLAY[0m 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. |