diff mbox series

[v2,7/9] drm/tinydrm/mipi-dbi: Select DRM_KMS_HELPER

Message ID 20190722104312.16184-8-noralf@tronnes.org (mailing list archive)
State New, archived
Headers show
Series drm/tinydrm: Move mipi_dbi | expand

Commit Message

Noralf Trønnes July 22, 2019, 10:43 a.m. UTC
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>
---
 drivers/gpu/drm/tinydrm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

David Lechner July 22, 2019, 8:37 p.m. UTC | #1
On 7/22/19 5:43 AM, Noralf Trønnes wrote:
> 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>
diff mbox series

Patch

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"