summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-09-19 17:39:01 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-02-12 11:06:04 +0100
commit565b3c7d88d13adbf8843d9722330ab5140743d5 (patch)
treef8a1d20683a42bfd164dae6d8b948781c1012bc9
parenta4b2c8c4e662a40bd3cb4eaaece8c710c754ae14 (diff)
defconfig: fix delayed mxt loading
Disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK which is anyway obsolete. This fixes the one minute delayed loading of the Atmel MXT touch driver. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 50d18f53f2bb..2bb3ffd088c5 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -195,6 +195,7 @@ CONFIG_NET_9P_VIRTIO=y
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
+# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_DMA_CMA=y
CONFIG_CMA_SIZE_MBYTES=320
CONFIG_ARM_CCI400_PMU=y