diff options
author | Thierry Reding <treding@nvidia.com> | 2015-08-07 18:10:17 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-08-07 19:06:37 +0200 |
commit | 0630db4f7a43a7d03560ba898134971c53d22a4a (patch) | |
tree | b4ad6294745583c7499ff512c32303c7de070aee /drivers/video/Kconfig | |
parent | a03fdcb1863297481a4b817c2a759cafcbdfa0ae (diff) | |
download | blackbird-obmc-linux-0630db4f7a43a7d03560ba898134971c53d22a4a.tar.gz blackbird-obmc-linux-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/Kconfig | 2 |
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" |