* [PATCH]gpu:drm: Add missing dependency on DRM KMS/FB CMA helper
@ 2013-04-02 2:01 Wang YanQing
0 siblings, 0 replies; only message in thread
From: Wang YanQing @ 2013-04-02 2:01 UTC (permalink / raw)
To: airlied; +Cc: lars, linux-kernel, dri-devel
Commit 2e3b3c42f06ff6801b3d7839757bbdb231619083
(Add DRM KMS/FB CMA helper) add a kbuild entry,
config DRM_KMS_CMA_HELPER, in DRM's Kconfig without
dependence on DRM, it cause DRM's kconfig can't
be show in a submenu.
This patch fix it.
Signed-off-by: Wang YanQing <udknight@gmail.com>
---
drivers/gpu/drm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 1e82882..28e3cb4 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -63,6 +63,7 @@ config DRM_GEM_CMA_HELPER
config DRM_KMS_CMA_HELPER
bool
+ depends on DRM
select DRM_GEM_CMA_HELPER
select FB_SYS_FILLRECT
select FB_SYS_COPYAREA
--
1.7.12.4.dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-02 2:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 2:01 [PATCH]gpu:drm: Add missing dependency on DRM KMS/FB CMA helper Wang YanQing
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox