aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-08-07 18:10:17 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-08-07 19:06:37 +0200
commit0630db4f7a43a7d03560ba898134971c53d22a4a (patch)
treeb4ad6294745583c7499ff512c32303c7de070aee /drivers/video/Kconfig
parentdrm: Add top level Kconfig option for DRM fbdev emulation (diff)
downloadlinux-dev-0630db4f7a43a7d03560ba898134971c53d22a4a.tar.xz
linux-dev-0630db4f7a43a7d03560ba898134971c53d22a4a.zip
drm: Remove two-level menu in Kconfig
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>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 8bf495ffb020..e0606c01e8ac 100644
--- 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"