aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2015-03-03 22:37:44 -0600
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2015-09-09 16:47:48 +0000
commit6aa8c5bc5850e0c3e0037742ea990d0ff74ea303 (patch)
treeac34e105b627f73b39ee6a7d849acc6952d0bc93 /src/drivers/pc80
parent0f045a69b806b9998523ffd799f69bf70bf716a5 (diff)
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>
Diffstat (limited to 'src/drivers/pc80')
-rw-r--r--src/drivers/pc80/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig
index 0ed1ecfc6b..18c626c7cb 100644
--- a/src/drivers/pc80/Kconfig
+++ b/src/drivers/pc80/Kconfig
@@ -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.