lkml.org 
[lkml]   [2023]   [Aug]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [v1,v1,5/7] drm/vs: Register DRM device
From
Hi,

On 2023/8/1 21:40, suijingfeng wrote:
>> +if DRM_VERISILICON
>> +
>> +config STARFIVE_HDMI
>> +    bool "Starfive specific extensions HDMI"
>> +    help
>> +       This selects support for StarFive SoC specific extensions
>> +       for the Innosilicon HDMI driver. If you want to enable
>> +       HDMI on JH7110 based SoC, you should select this option.
>> +
>> +       To compile this driver as a module, choose M here.
>> +endif
>
> Why not use

 Why not use the 'depends on DRM_VERISILICON'  here ?


```

config STARFIVE_HDMI

    depends on DRM_VERISILICON
    bool "Starfive specific extensions HDMI"

    help

```


I see the Kconfig of VC4 using the 'depends on', and most  driver using
the 'depends on'

\
 
 \ /
  Last update: 2023-08-01 15:56    [W:2.378 / U:0.244 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site