1
0
Fork 0

drm/tinydrm/mipi-dbi: Select DRM_KMS_HELPER

mipi-dbi uses several KMS helper functions but that build dependency is
not expressed. Select DRM_KMS_HELPER to fix that.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: David Lechner <david@lechnology.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190722104312.16184-8-noralf@tronnes.org
alistair/sunxi64-5.4-dsi
Noralf Trønnes 2019-07-22 12:43:10 +02:00
parent 3389669ac5
commit 2d2bb61a6c
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ menuconfig DRM_TINYDRM
config TINYDRM_MIPI_DBI
tristate
select DRM_KMS_HELPER
config TINYDRM_HX8357D
tristate "DRM support for HX8357D display panels"