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 <[email protected]> Signed-off-by: Noralf Trønnes <[email protected]> --- drivers/gpu/drm/tinydrm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/tinydrm/Kconfig b/drivers/gpu/drm/tinydrm/Kconfig index f2f0739d1035..637697649612 100644 --- a/drivers/gpu/drm/tinydrm/Kconfig +++ b/drivers/gpu/drm/tinydrm/Kconfig @@ -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" -- 2.20.1 _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
