Re: [PATCH v2 0/3] video: Simplify Kconfig options

2024-01-23 Thread Thomas Zimmermann
Hi Am 18.01.24 um 15:17 schrieb Daniel Vetter: On Thu, Jan 18, 2024 at 10:05:25AM +0100, Thomas Zimmermann wrote: Replace CONFIG_VIDEO_CMDLINE and CONFIG_VIDEO_NOMODESET by the single option CONFIG_VIDEO. Select the latter for DRM or fbdev. Both original options used to be selected in most case

Re: [PATCH v2 0/3] video: Simplify Kconfig options

2024-01-18 Thread Daniel Vetter
On Thu, Jan 18, 2024 at 10:05:25AM +0100, Thomas Zimmermann wrote: > Replace CONFIG_VIDEO_CMDLINE and CONFIG_VIDEO_NOMODESET by the single > option CONFIG_VIDEO. Select the latter for DRM or fbdev. Both original > options used to be selected in most cases, so this change simplifies > the Kconfig ru

[PATCH v2 0/3] video: Simplify Kconfig options

2024-01-18 Thread Thomas Zimmermann
Replace CONFIG_VIDEO_CMDLINE and CONFIG_VIDEO_NOMODESET by the single option CONFIG_VIDEO. Select the latter for DRM or fbdev. Both original options used to be selected in most cases, so this change simplifies the Kconfig rules. Since commit ca6c080eef42 ("arch/parisc: Detect primary video device