Re: CONFIG_VT_CONSOLE in 2.5.6x ?

Steven Cole (elenstev@mesatop.com)
24 Mar 2003 16:41:21 -0700


On Mon, 2003-03-24 at 16:31, Russell King wrote:
> On Mon, Mar 24, 2003 at 06:25:10PM -0500, Louis Garcia wrote:
> > Well I can't find it there. I have a 2.5.65 tree and under character
> > devices I have
>
> you need:
>
> CONFIG_INPUT=y
>
> to allow the option you're looking for to show up.

And next time he can figure this out himself looking at
drivers/char/Kconfig:

#
# Character device configuration
#

menu "Character devices"

config VT
bool "Virtual terminal"
requires INPUT=y

and just after that:

config VT_CONSOLE
bool "Support for console on virtual terminal"
depends on VT

Steven

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