Re: CONFIG_I8042

From: Michael Frank
Date: Sun Sep 28 2003 - 12:35:51 EST


On Sunday 28 September 2003 23:10, Russell King wrote:

> Correction - it is due to this change:
>
> | --- 1.7/drivers/input/keyboard/Kconfig Fri Sep 19 12:51:31 2003
> | +++ 1.8/drivers/input/keyboard/Kconfig Sun Sep 21 03:44:11 2003
> | @@ -13,9 +13,9 @@
> |
> | config KEYBOARD_ATKBD
> | tristate "AT keyboard support" if EMBEDDED || !X86
> | - default y if INPUT=y && INPUT_KEYBOARD=y && SERIO=y
> | - default m
> | - depends on INPUT && INPUT_KEYBOARD && SERIO
> | + default y
> | + depends on INPUT && INPUT_KEYBOARD
> | + select SERIO_I8042
> | help
> | Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
> | you'll need this, unless you have a different type keyboard (USB, ADB
>

Could there be another menu to select system type when x86

-Standard-PC EMBEDDED=0 X86=1, MMU=1, VID16=1, SBUS=0, GENERIC_ISA_DMA=1

Use this for ease of configuration in most PC applications.

-Custom-PC EMBEDDED=0 X86=0, MMU=1, VID16=1, SBUS=0, GENERIC_ISA_DMA=1

Use this in specialized PC applications to enable less
frequently used configuration options.
Beware that this requires more intricate knowledge of PC
hardware and the kernel subsystems

-Embedded EMBEDDED=1 X86=0, MMU=user, VID16=user, SBUS=user, GENERIC_ISA_DMA=user

Use this option when running the kernel on an embedded system to
maximize configuration capability. This option is generally unsuitable
in PC applications.

Regards
Michael

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