Re: [PATCH 1/2] drm/panel: use 'select' for Ili9341 panel driver helpers

2022-08-26 Thread Linus Walleij
On Tue, Aug 23, 2022 at 2:42 AM Randy Dunlap wrote: > Use 'select' instead of 'depends on' for DRM helpers for the > Ilitek ILI9341 panel driver. > This is what is done in the vast majority of other cases and > this makes it possible to fix a build error with drm_mipi_dbi. > > Fixes: 5a04227326b0

[PATCH 1/2] drm/panel: use 'select' for Ili9341 panel driver helpers

2022-08-22 Thread Randy Dunlap
Use 'select' instead of 'depends on' for DRM helpers for the Ilitek ILI9341 panel driver. This is what is done in the vast majority of other cases and this makes it possible to fix a build error with drm_mipi_dbi. Fixes: 5a04227326b0 ("drm/panel: Add ilitek ili9341 panel driver") Signed-off-by: Ra