projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a03fdcb
)
drm: Remove two-level menu in Kconfig
author
Thierry Reding
<treding@nvidia.com>
Fri, 7 Aug 2015 16:10:17 +0000
(18:10 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 7 Aug 2015 17:06:37 +0000
(19:06 +0200)
The Direct Rendering Manager Kconfig option is already a separate menu,
so remove the extra level to make it easier to navigate.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/video/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index
8bf495f
..
e0606c0
100644
(file)
--- a/
drivers/video/Kconfig
+++ b/
drivers/video/Kconfig
@@
-22,9
+22,7
@@
source "drivers/gpu/vga/Kconfig"
source "drivers/gpu/host1x/Kconfig"
source "drivers/gpu/ipu-v3/Kconfig"
-menu "Direct Rendering Manager"
source "drivers/gpu/drm/Kconfig"
-endmenu
menu "Frame buffer Devices"
source "drivers/video/fbdev/Kconfig"