Message ID | 1438963817-9695-1-git-send-email-thierry.reding@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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
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 --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"