aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2016-01-08 17:48:01 +0000
committerAmit Daniel Kachhap <amit.kachhap@arm.com>2018-07-10 14:08:33 +0530
commit5b3718f3808d65efbeafcf0cccdee1880304284e (patch)
treea03cd7ebb1fb078d257af1385ef4920e52d94301
parent43e3f2cbbf8fdc3629c3264bf762fe962e7f43ee (diff)
configs: vexpress: Enable PS/2 mouse required for FVPs
-rw-r--r--linaro/configs/vexpress.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf
index 8370cf15be65..2d1389e389a3 100644
--- a/linaro/configs/vexpress.conf
+++ b/linaro/configs/vexpress.conf
@@ -24,6 +24,8 @@ CONFIG_BLK_DEV_SD=y
CONFIG_SMSC911X=y
CONFIG_SMC91X=y
CONFIG_INPUT_EVDEV=y
+CONFIG_INPUT_MOUSE=y
+CONFIG_MOUSE_PS2=y
CONFIG_SERIO_AMBAKMI=y
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y