diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2016-06-15 17:03:45 +0200 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-06-19 22:51:25 +0100 |
commit | 68fcccbeca257c76e8e9030980873d5d74feff15 (patch) | |
tree | 4ee17b70e12eb962c60689196ec2230406297404 /resources/libreboot/config/grub/t400_8mb | |
parent | a87343d8a6ef286a5810d0e7616ce8c08feee99c (diff) | |
download | librebootfr-68fcccbeca257c76e8e9030980873d5d74feff15.tar.gz librebootfr-68fcccbeca257c76e8e9030980873d5d74feff15.zip |
Disable native PS2 keyboard init
Both grub and seabios can do keyboard init on their own.
This option only slows down the boot process.
On the x60 it even makes the keyboard unresponsive.
Diffstat (limited to 'resources/libreboot/config/grub/t400_8mb')
-rw-r--r-- | resources/libreboot/config/grub/t400_8mb/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libreboot/config/grub/t400_8mb/config b/resources/libreboot/config/grub/t400_8mb/config index 1015c872..1d636d93 100644 --- a/resources/libreboot/config/grub/t400_8mb/config +++ b/resources/libreboot/config/grub/t400_8mb/config @@ -150,7 +150,7 @@ CONFIG_BOARD_LENOVO_T400=y CONFIG_CPU_ADDR_BITS=36 CONFIG_DEFAULT_CONSOLE_LOGLEVEL=8 CONFIG_USBDEBUG=y -CONFIG_DRIVERS_PS2_KEYBOARD=y +# CONFIG_DRIVERS_PS2_KEYBOARD is not set CONFIG_DRIVERS_UART_8250IO=y # CONFIG_NO_POST is not set CONFIG_BOARD_ROMSIZE_KB_8192=y |