]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev/drm: fix Kconfig submenu mess in "Graphics support"
authorKrzysztof Helt <krzysztof.h1@wp.pl>
Wed, 18 Feb 2009 22:48:38 +0000 (14:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Feb 2009 23:37:56 +0000 (15:37 -0800)
commiteff4f0007bf2cf5fe5fea3cd2f308b9bdf5d3692
tree19f116ac7917e1a071f93f79d70a2f4c5f4c9939
parentbd7f922e153f8610d576d8bdd01925f3a922f711
fbdev/drm: fix Kconfig submenu mess in "Graphics support"

Submenus of the graphics support "Support for frame buffer devices" and
"Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)" are
broken in half after latest changes for Intel 915 mode setting support.

The DRM subsection is broken because one option is put outside the choice
section it depends on.

The frame buffers part is broken then due to circular dependency.  Fix
this by make Intel frame buffers depend on CONFIG_INTEL_AGP.

Kconfigs are broken by 632caa313fe302b83209780043cb0d3f8b9586c7
("drm/i915: select framebuffer support automatically").

This is probably not only way to fix this.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Dave Airlie <airlied@linux.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpu/drm/Kconfig
drivers/video/Kconfig