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'