diff mbox

drm: Remove two-level menu in Kconfig

Message ID 1438963817-9695-1-git-send-email-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thierry Reding Aug. 7, 2015, 4:10 p.m. UTC
From: Thierry Reding <treding@nvidia.com>

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>
---
 drivers/video/Kconfig | 2 --
 1 file changed, 2 deletions(-)

Comments

Tomi Valkeinen Aug. 10, 2015, 10:32 a.m. UTC | #1
On 07/08/15 19:10, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> 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>
> ---
>  drivers/video/Kconfig | 2 --
>  1 file changed, 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"
> 

Thanks, queued for 4.3.

 Tomi
Daniel Vetter Aug. 10, 2015, 11:47 a.m. UTC | #2
On Mon, Aug 10, 2015 at 01:32:08PM +0300, Tomi Valkeinen wrote:
> 
> 
> On 07/08/15 19:10, Thierry Reding wrote:
> > From: Thierry Reding <treding@nvidia.com>
> > 
> > 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>
> > ---
> >  drivers/video/Kconfig | 2 --
> >  1 file changed, 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"
> > 
> 
> Thanks, queued for 4.3.

Oops failed to send out my usual mail, but I picked this already up in
topic/drm-misc.
-Daniel
Tomi Valkeinen Aug. 10, 2015, 11:54 a.m. UTC | #3
On 10/08/15 14:47, Daniel Vetter wrote:
> On Mon, Aug 10, 2015 at 01:32:08PM +0300, Tomi Valkeinen wrote:
>>
>>
>> On 07/08/15 19:10, Thierry Reding wrote:
>>> From: Thierry Reding <treding@nvidia.com>
>>>
>>> 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>
>>> ---
>>>  drivers/video/Kconfig | 2 --
>>>  1 file changed, 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"
>>>
>>
>> Thanks, queued for 4.3.
> 
> Oops failed to send out my usual mail, but I picked this already up in
> topic/drm-misc.

Ok, dropping this from fbdev tree.

 Tomi
diff mbox

Patch

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"