Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fb: put framebuffer drivers back under the "frame buffer devices" menu

The config FB_PRE_INIT_FB entry in drivers/video/Kconfig pushes all entries
below it out of the menuconfig selection. Fix this.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Guennadi Liakhovetski and committed by
Linus Torvalds
93f40e6f df69f0da

+1 -1
+1 -1
drivers/video/Kconfig
··· 2121 2121 2122 2122 config FB_PRE_INIT_FB 2123 2123 bool "Don't reinitialize, use bootloader's GDC/Display configuration" 2124 - depends on FB_MB862XX_LIME 2124 + depends on FB && FB_MB862XX_LIME 2125 2125 ---help--- 2126 2126 Select this option if display contents should be inherited as set by 2127 2127 the bootloader.