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
This commit is contained in:
Noralf Trønnes 2019-07-22 12:43:10 +02:00
Родитель 3389669ac5
Коммит 2d2bb61a6c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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"