public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Bug in config scripts? Some FB console options not cleared when  container options disabled.
@ 2000-12-10  8:13 Miles Lane
  0 siblings, 0 replies; only message in thread
From: Miles Lane @ 2000-12-10  8:13 UTC (permalink / raw)
  To: Linux Kernel List

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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-12-10  8:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-10  8:13 Bug in config scripts? Some FB console options not cleared when container options disabled Miles Lane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox