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/x60 | |
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/x60')
-rw-r--r-- | resources/libreboot/config/grub/x60/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libreboot/config/grub/x60/config b/resources/libreboot/config/grub/x60/config index 88a86743..f70649c2 100644 --- a/resources/libreboot/config/grub/x60/config +++ b/resources/libreboot/config/grub/x60/config @@ -152,7 +152,7 @@ CONFIG_SEABIOS_PS2_TIMEOUT=3000 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_MAXIMUM_SUPPORTED_FREQUENCY=0 |