summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-04-11 09:50:32 +0100
committerJon Medhurst <tixy@linaro.org>2013-04-11 14:43:06 +0100
commit60ad18bcd0f0d509f3f3e727b52237adb3ee56d8 (patch)
tree1396467fbb99b79e4468b8b3f581004848dfea62
parente2e8913fad1823eac145ed67cac6153f81d068b3 (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