Re: [v1,v1,5/7] drm/vs: Register DRM device

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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'




[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux