Re: 2.6.0-test3 issue

From: Roman Zippel
Date: Sun Aug 10 2003 - 09:16:43 EST


Hi,

On Sat, 9 Aug 2003, Tom Rini wrote:

> CONFIG_EMBEDDED=n
> CONFIG_SERIO=m
> CONFIG_INPUT_KEYBOARD=y
> CONFIG_KEYBOARD_ATKBD=y
>
> The problem is that unless I set CONFIG_EMBEDDED, INPUT_KEYBOARD and
> KEYBOAD_ATKBD both get set to 'Y', regardless of the other dependancies
> (such as SERIO being 'm').

There are multiple possibilities to fix this:

1. change the default of KEYBOARD_ATKBD to SERIO
2. force SERIO to 'y' either via 'select' or EMBEDDED
3. remove the excessive use of EMBEDDED, only INPUT needed fixing,
everything else had reasonable defaults.

bye, Roman

-
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/