summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorCarsten Haitzler <carsten.haitzler@arm.com>2022-01-24 16:24:37 +0000
committerRob Herring <robh@kernel.org>2022-02-28 13:31:20 -0600
commitcb1852783f790feae845006d062acb9e0a5d4304 (patch)
tree8fd1d1de92c10eaf6436db567f16b8f961ec29d6 /drivers
parent26d3474348293dc752c55fe6d41282199f73714c (diff)
drm/arm: arm hdlcd select DRM_GEM_CMA_HELPER
Without DRM_GEM_CMA_HELPER HDLCD won't build. This needs to be there too. Fixes: 09717af7d13d ("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option") Reviewed-by: Steven Price <steven.price@arm.com> Signed-off-by: Carsten Haitzler <carsten.haitzler@arm.com> Acked-by: Liviu Dudau <liviu.dudau@arm.com> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220124162437.2470344-1-carsten.haitzler@foss.arm.com
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/arm/Kconfig b/drivers/gpu/drm/arm/Kconfig
index 58a242871b28..6e3f1d600541 100644
--- a/drivers/gpu/drm/arm/Kconfig
+++ b/drivers/gpu/drm/arm/Kconfig
@@ -6,6 +6,7 @@ config DRM_HDLCD
depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
depends on COMMON_CLK
select DRM_KMS_HELPER
+ select DRM_GEM_CMA_HELPER
help
Choose this option if you have an ARM High Definition Colour LCD
controller.