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@chromium.org> Reviewed-on: https://review.coreboot.org/26351 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
283b01db40
commit
e8604b8da6
|
@ -338,6 +338,7 @@ config PC_I8042
|
||||||
|
|
||||||
config PC_MOUSE
|
config PC_MOUSE
|
||||||
bool "Allow input from a PC mouse"
|
bool "Allow input from a PC mouse"
|
||||||
|
default n if CHROMEOS
|
||||||
default y if ARCH_X86 # uses IO
|
default y if ARCH_X86 # uses IO
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue