[coreboot-gerrit] Change in coreboot[master]: libpayload: disable mouse on CHROMEOS

Patrick Georgi (Code Review) gerrit at coreboot.org
Thu May 17 17:58:00 CEST 2018


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/26351


Change subject: libpayload: disable mouse on CHROMEOS
......................................................................

libpayload: disable mouse on CHROMEOS

We already have that Kconfig flag, so I guess we should use it for
consistency.

Change-Id: I61ee6a97e369ccfe5c55d4414a5fa91c8d80ecf7
Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
M payloads/libpayload/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/26351/1

diff --git a/payloads/libpayload/Kconfig b/payloads/libpayload/Kconfig
index e482e93..3cd8ba6 100644
--- a/payloads/libpayload/Kconfig
+++ b/payloads/libpayload/Kconfig
@@ -338,6 +338,7 @@
 
 config PC_MOUSE
 	bool "Allow input from a PC mouse"
+	default n if CHROMEOS
 	default y if ARCH_X86 # uses IO
 	default n
 	help

-- 
To view, visit https://review.coreboot.org/26351
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I61ee6a97e369ccfe5c55d4414a5fa91c8d80ecf7
Gerrit-Change-Number: 26351
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180517/4004c476/attachment-0001.html>


More information about the coreboot-gerrit mailing list