Browse Source

linux26: enable i8042 (ps/2 kbd) as built-in because we can't make udev detect it's needed

user/chris/old/ruby
Alejandro Mery 16 years ago
parent
commit
69f707cc63
  1. 4
      base/linux26/arch/config-common.sh

4
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

Loading…
Cancel
Save