On Wed, 9 Feb 2005 11:50:43 -0500
Jon Smirl <[EMAIL PROTECTED]> wrote:
> Kconfig matches the underlying kernel directory structure. If we do
> this we should also move the location of the DRM and fbdev in the
> kernel tree. Something like:
>
> drivers/video/drm
> drivers/video./fb
>
> This can
I should have read it closer, I didn't notice that it was sparc specific.
In general I would like to see drm moved from drivers/char and
rationally organized with fbdev.
On Wed, 9 Feb 2005 12:12:47 -0800, David S. Miller <[EMAIL PROTECTED]> wrote:
> On Wed, 9 Feb 2005 11:50:43 -0500
> Jon Smirl
Kconfig matches the underlying kernel directory structure. If we do
this we should also move the location of the DRM and fbdev in the
kernel tree. Something like:
drivers/video/drm
drivers/video./fb
This can be achieved with a few bk move commands and some makefile touch up.
--
Jon Smirl
[EMAI
Rationalise DRM Kconfig:
- Move the Kconfig options from "Character devices" to
"Graphics support".
- Move the sparc64 Kconfig options into drivers/char/drm now that
drivers/char/drm/Kconfig gets picked up through drivers/video/Kconfig
I think the drm directory should be moved from drive