[PATCH] Rationalise DRM Kconfig

2005-02-09 Thread Matthew Wilcox
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

Re: [PATCH] Rationalise DRM Kconfig

2005-02-09 Thread 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

Re: [PATCH] Rationalise DRM Kconfig

2005-02-09 Thread Jon Smirl
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