Re: CONFIG_VT_CONSOLE in 2.5.6x ?

From: Steven Cole (elenstev@mesatop.com)
Date: Mon Mar 24 2003 - 18:41:21 EST


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/



This archive was generated by hypermail 2b29 : Mon Mar 31 2003 - 22:00:17 EST