drm/panel: use 'select' for Ili9341 panel driver helpers
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 23 Aug 2022 00:42:27 +0000 (17:42 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 26 Aug 2022 11:40:47 +0000 (13:40 +0200)
commit84dfc46594b0167e5d3736273b0e0e05365da641
treeada37369f055b5369371cc081166c27ef7a53a7a
parent3007dc2af6e86ac00b4daf7414142637fdf50bfa
drm/panel: use 'select' for Ili9341 panel driver helpers

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: Randy Dunlap <rdunlap@infradead.org>
Cc: Dillon Min <dillon.minfei@gmail.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Noralf Trønnes <noralf@tronnes.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220823004227.10820-1-rdunlap@infradead.org
drivers/gpu/drm/panel/Kconfig