drivers/pc80: Do not initialize PS2 keyboard by default

The most common payloads do not need this set, so optimize for the
common case.

Change-Id: I2e5b68d74e9b91b41bbbcffc17d31d5c1bb38fd4
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/8599
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
Alexandru Gagniuc 2015-03-03 22:37:44 -06:00
parent 0f045a69b8
commit 6aa8c5bc58
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if PC80_SYSTEM
config DRIVERS_PS2_KEYBOARD
bool "PS/2 keyboard init"
default y
default n
help
Enable this option to initialize PS/2 keyboards found connected
to the PS/2 port.