Re: [patch] config: fix make kvmconfig

From: Ingo Molnar
Date: Mon Feb 04 2013 - 13:44:50 EST



* David Rientjes <rientjes@xxxxxxxxxx> wrote:

> arch/x86/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index 6979498..f9459b3 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -606,6 +606,7 @@ config KVMTOOL_TEST_ENABLE
> select NETWORK_FILESYSTEMS
> select INET
> select EXPERIMENTAL
> + select TTY
> select SERIAL_8250
> select SERIAL_8250_CONSOLE
> select IP_PNP

There's no 'config TTY' in the kernel AFAICS.

Did you mean:

select SERIAL_CORE
select SERIAL_CORE_CONSOLE

?

Thanks,

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