[coreboot-gerrit] New patch to review for coreboot: fe71e8b mainboard/jetway/nf81-t56n-lf: Turn PS/2 driver on by default.

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sun Mar 9 16:01:54 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5357

-gerrit

commit fe71e8b4f8c6a2b25f7e3fbebb3a75dbaea3f59a
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Mon Mar 10 01:58:37 2014 +1100

    mainboard/jetway/nf81-t56n-lf: Turn PS/2 driver on by default.
    
    This board has a working PS/2 port for a keyboard. Thus, it
    makes for a good option to have on by default.
    
    Change-Id: Ifcde0474d7be26152f1b5e19fe4906e87732b9a4
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/jetway/nf81-t56n-lf/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/jetway/nf81-t56n-lf/Kconfig b/src/mainboard/jetway/nf81-t56n-lf/Kconfig
index d602ffa..6fbd75c 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/Kconfig
+++ b/src/mainboard/jetway/nf81-t56n-lf/Kconfig
@@ -111,6 +111,6 @@ config SB800_AHCI_ROM
 
 config DRIVERS_PS2_KEYBOARD
 	bool
-	default n
+	default y
 
 endif # BOARD_JETWAY_NF81_T56N_LF



More information about the coreboot-gerrit mailing list