diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-06-14 20:11:35 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-06-14 22:22:27 +0200 |
commit | c2a61865baa45b5d1dfc3e83da50bcd51d518786 (patch) | |
tree | 8e8bcf3c8087be2d9350c395276e58cb2a81be4d /drivers/gpu/drm/panel/Kconfig | |
parent | 413f52f146f148827dd7a61ca599143f60ae3e3c (diff) | |
download | lwn-c2a61865baa45b5d1dfc3e83da50bcd51d518786.tar.gz lwn-c2a61865baa45b5d1dfc3e83da50bcd51d518786.zip |
drm/panel: s6e63m0: Switch to DBI abstraction for SPI
The SPI access to s6e63m0 is using the DBI protocol, so switch
to using the elaborate DBI protocol implementation in the DRM
DBI helper library.
Acked-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210614181135.1124445-2-linus.walleij@linaro.org
Diffstat (limited to 'drivers/gpu/drm/panel/Kconfig')
-rw-r--r-- | drivers/gpu/drm/panel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig index 7c32b040aa72..09acd18b3592 100644 --- a/drivers/gpu/drm/panel/Kconfig +++ b/drivers/gpu/drm/panel/Kconfig @@ -388,6 +388,7 @@ config DRM_PANEL_SAMSUNG_S6E63M0_SPI depends on SPI depends on DRM_PANEL_SAMSUNG_S6E63M0 default DRM_PANEL_SAMSUNG_S6E63M0 + select DRM_MIPI_DBI help Say Y here if you want to be able to access the Samsung S6E63M0 panel using SPI. |