lkml.org 
[lkml]   [2014]   [Dec]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v16 05/12] drm: imx: imx-hdmi: move imx-hdmi to bridge/dw_hdmi
Hi Russell:

On 2014年12月03日 23:45, Russell King - ARM Linux wrote:
> On Wed, Dec 03, 2014 at 11:32:12PM +0800, Andy Yan wrote:
>> diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig
>> index 884923f..26162ef 100644
>> --- a/drivers/gpu/drm/bridge/Kconfig
>> +++ b/drivers/gpu/drm/bridge/Kconfig
>> @@ -3,3 +3,8 @@ config DRM_PTN3460
>> depends on DRM
>> select DRM_KMS_HELPER
>> ---help---
>> +
>> +config DRM_DW_HDMI
>> + bool "Synopsys DesignWare High-Definition Multimedia Interface"
>> + depends on DRM
>> + select DRM_KMS_HELPER
> ...
>> diff --git a/drivers/gpu/drm/imx/Kconfig b/drivers/gpu/drm/imx/Kconfig
>> index 82fb758..7070077 100644
>> --- a/drivers/gpu/drm/imx/Kconfig
>> +++ b/drivers/gpu/drm/imx/Kconfig
>> @@ -48,6 +48,7 @@ config DRM_IMX_IPUV3
>>
>> config DRM_IMX_HDMI
>> tristate "Freescale i.MX DRM HDMI"
>> + select DRM_DW_HDMI
>> depends on DRM_IMX
>> help
>> Choose this if you want to use HDMI on i.MX6.
> I'd recommend that if you want to select DRM_DW_HDMI, then don't give
> DRM_DW_HDMI a prompt message. I assume you're going to do something
> similar with your Rockchip driver too - in which case DRM_DW_HDMI is
> really about building a library module.
Do you mean I just neet to do like bellow?

+
+config DRM_DW_HDMI
+ bool
+ depends on DRM
+ select DRM_KMS_HELPER





\
 
 \ /
  Last update: 2014-12-03 17:41    [W:0.228 / U:0.864 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site