mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
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:
parent
3389669ac5
commit
2d2bb61a6c
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue