* [PATCH] drm: Remove two-level menu in Kconfig
@ 2015-08-07 16:10 Thierry Reding
2015-08-10 10:32 ` Tomi Valkeinen
0 siblings, 1 reply; 4+ messages in thread
From: Thierry Reding @ 2015-08-07 16:10 UTC (permalink / raw)
To: Jean-Christophe Plagniol-Villard, Tomi Valkeinen; +Cc: linux-fbdev, dri-devel
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"
--
2.4.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] drm: Remove two-level menu in Kconfig
2015-08-07 16:10 [PATCH] drm: Remove two-level menu in Kconfig Thierry Reding
@ 2015-08-10 10:32 ` Tomi Valkeinen
2015-08-10 11:47 ` Daniel Vetter
0 siblings, 1 reply; 4+ messages in thread
From: Tomi Valkeinen @ 2015-08-10 10:32 UTC (permalink / raw)
To: Thierry Reding, Jean-Christophe Plagniol-Villard; +Cc: linux-fbdev, dri-devel
[-- Attachment #1: Type: text/plain, Size: 878 bytes --]
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
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm: Remove two-level menu in Kconfig
2015-08-10 10:32 ` Tomi Valkeinen
@ 2015-08-10 11:47 ` Daniel Vetter
2015-08-10 11:54 ` Tomi Valkeinen
0 siblings, 1 reply; 4+ messages in thread
From: Daniel Vetter @ 2015-08-10 11:47 UTC (permalink / raw)
To: Tomi Valkeinen; +Cc: linux-fbdev, Jean-Christophe Plagniol-Villard, dri-devel
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
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm: Remove two-level menu in Kconfig
2015-08-10 11:47 ` Daniel Vetter
@ 2015-08-10 11:54 ` Tomi Valkeinen
0 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2015-08-10 11:54 UTC (permalink / raw)
To: Daniel Vetter; +Cc: linux-fbdev, Jean-Christophe Plagniol-Villard, dri-devel
[-- Attachment #1: Type: text/plain, Size: 1183 bytes --]
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
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-10 11:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07 16:10 [PATCH] drm: Remove two-level menu in Kconfig Thierry Reding
2015-08-10 10:32 ` Tomi Valkeinen
2015-08-10 11:47 ` Daniel Vetter
2015-08-10 11:54 ` Tomi Valkeinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).