From 91784cd13d5cfc0350f9bbfdbb1a228cfe1b8307 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 26 Feb 2009 11:24:50 -0300 Subject: [PATCH] linux26: enable i8042 (ps/2 kbd) as built-in because we can't make udev detect it's needed --- base/linux26/arch/config-common.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/linux26/arch/config-common.sh b/base/linux26/arch/config-common.sh index 7409070f7..c07c34f46 100644 --- a/base/linux26/arch/config-common.sh +++ b/base/linux26/arch/config-common.sh @@ -27,6 +27,10 @@ CONFIG_LOGO=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y +# ps/2 keyboard & mouse - as of 2.6.27, it can't be handled by udev +CONFIG_SERIO=y +CONFIG_SERIO_I8042=y + # recommended by udev (as of 136) CONFIG_SYSFS_DEPRECATED=n CONFIG_SYSFS_DEPRECATED_V2=n