blob: 5fad3a54339c27d43a799a3b6e7d6564b5e5b967 [file] [log] [blame]
Stefan Reinauer84833442012-11-13 15:04:12 -08001# Might be removed (alongside with the PS/2 init code) once payloads
Uwe Hermann16db6c32010-09-23 18:48:27 +00002# reliably support PS/2 init themselves.
Kevin O'Connor9c35c842010-09-09 08:34:02 +00003config DRIVERS_PS2_KEYBOARD
Uwe Hermann16db6c32010-09-23 18:48:27 +00004 bool "PS/2 keyboard init"
Patrick Georgi1ec065b2014-05-02 15:08:46 +02005 default y
Kevin O'Connor9c35c842010-09-09 08:34:02 +00006 help
Uwe Hermann16db6c32010-09-23 18:48:27 +00007 Enable this option to initialize PS/2 keyboards found connected
8 to the PS/2 port.
9
10 Some payloads (eg, filo) require this option. Other payloads
Paul Menzel7ac76272014-04-26 10:22:43 +020011 (eg, GRUB 2, SeaBIOS, Linux) do not require it.
Uwe Hermann16db6c32010-09-23 18:48:27 +000012 Initializing a PS/2 keyboard can take several hundred milliseconds.
13
Kevin O'Connor9c35c842010-09-09 08:34:02 +000014 If you know you will only use a payload which does not require
Uwe Hermann16db6c32010-09-23 18:48:27 +000015 this option, then you can say N here to speed up boot time.
16 Otherwise say Y.
Stefan Reinauer95a63962012-11-13 17:00:01 -080017
Stefan Reinauer7cb01e02013-08-29 16:05:02 -070018config LPC_TPM
Stefan Reinauer95a63962012-11-13 17:00:01 -080019 bool
20 default n
21 help
22 Enable this option to enable TPM support in coreboot.
23
24 If unsure, say N.