Re: [PATCH 00/12] drm/display: Convert helpers Kconfig symbols to depends on

2024-03-26 Thread Maxime Ripard
On Tue, Mar 26, 2024 at 01:11:33PM +0200, Jani Nikula wrote: > On Mon, 25 Mar 2024, Maxime Ripard wrote: > > Yeah, I got bitten by that when rebasing my HDMI series. Maybe we could > > enable them all by default to prevent any issue when bisecting? > > Someone's going to grumble about default y,

Re: [PATCH 00/12] drm/display: Convert helpers Kconfig symbols to depends on

2024-03-26 Thread Jani Nikula
On Mon, 25 Mar 2024, Maxime Ripard wrote: > Yeah, I got bitten by that when rebasing my HDMI series. Maybe we could > enable them all by default to prevent any issue when bisecting? Someone's going to grumble about default y, too, but agreed. I saw you already sent the patches. BR, Jani. -- J

Re: [PATCH 00/12] drm/display: Convert helpers Kconfig symbols to depends on

2024-03-25 Thread Maxime Ripard
Hi, On Mon, Mar 25, 2024 at 04:13:50PM +0200, Jani Nikula wrote: > On Mon, 25 Mar 2024, Maxime Ripard wrote: > > Jani recently pointed out that the Kconfig symbols are a bit difficult > > to work with at the moment when they depend on each other, and that > > using depends on would be a better id

Re: [PATCH 00/12] drm/display: Convert helpers Kconfig symbols to depends on

2024-03-25 Thread Jani Nikula
On Mon, 25 Mar 2024, Maxime Ripard wrote: > Hi, > > Jani recently pointed out that the Kconfig symbols are a bit difficult > to work with at the moment when they depend on each other, and that > using depends on would be a better idea, but no one really did the work > so far. > > So here it goes :

[PATCH 00/12] drm/display: Convert helpers Kconfig symbols to depends on

2024-03-25 Thread Maxime Ripard
Hi, Jani recently pointed out that the Kconfig symbols are a bit difficult to work with at the moment when they depend on each other, and that using depends on would be a better idea, but no one really did the work so far. So here it goes :) It's been tested by comparing the drm-misc-arm, drm-mi