aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-04-11 09:50:32 +0100
committerJon Medhurst <tixy@linaro.org>2013-05-13 13:22:00 +0100
commite1481316b7d535eef2611375c0336f7e064b8104 (patch)
treeaf75bbb92dfb5e7e10d2066860f459f564ef4172
parentf77d40f20d7c0ab1df405eda6763e7e6255ca628 (diff)
configs: vexpress64: Disable CONFIG_SERIO_I8042
This defaults to 'y' but produces a kernel oops at boot. Perhaps ARM64 should be added to the long list of architectures excluded in drivers/input/serio/Kconfig. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--linaro/configs/vexpress64.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index b87f879fc44a..ebe65c5b36ea 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -6,6 +6,7 @@ CONFIG_INPUT_EVDEV=y
CONFIG_SERIO_AMBAKMI=y
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+# CONFIG_SERIO_I8042 is not set
CONFIG_FB=y
CONFIG_FB_ARMCLCD=y
CONFIG_FRAMEBUFFER_CONSOLE=y