Bug in config scripts? Some FB console options not cleared when container options disabled.

From: Miles Lane (miles@megapathdsl.net)
Date: Sun Dec 10 2000 - 03:13:40 EST


Hi,

If I set these options using "make menuconfig":

CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
CONFIG_FBCON_ADVANCED=y
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB16=y
CONFIG_FBCON_CFB24=y
CONFIG_FBCON_CFB32=y
CONFIG_FBCON_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

And, I then unset CONFIG_FBCON_ADVANCED and CONFIG_FBCON_FONTS
(the options that cause the CFB options and the FONT options
to become accessible), I am left with these options:

CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB16=y
CONFIG_FBCON_CFB24=y
CONFIG_FBCON_CFB32=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

Perhaps this is not a big deal and the orphaned options are usused.
I guess I would expect the orphaned options to simply not appear,
as the unselected options in the same subsections are not written
out.

        Miles
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Dec 15 2000 - 21:00:19 EST