summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-04-11 09:50:32 +0100
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-07 23:52:07 +0400
commit6c839acb6b46ef9222f0ad80947162596c0c7c75 (patch)
tree15cf80d497f034c3434ff8df969821dfeb15378a
parentfe40d6102c89a48e1de3e89d80a489ccc5e9f3a1 (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 b87f879fc44..ebe65c5b36e 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