summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2023-01-25 18:47:59 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-02-27 10:05:12 +0100
commit59591382450d707bd94a5558fe2a415667bf322b (patch)
treead5007390c4d93949dd13b0115ce27acfbe23d1f /recipes-kernel
parent034a73411cbbfafa3e692fc4137c5f568fde03b7 (diff)
toradex_imx_v6_v7.config: Disable some debugging configs
The locking debug configs where causing a regression in boot-time so do disable them. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 05e7288c4781b33599e00a46d279a02351f1e6c2)
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config
index 0c5c693..34e9150 100644
--- a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config
+++ b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config
@@ -260,3 +260,11 @@ CONFIG_USB_NET_ZAURUS=n
CONFIG_AX88796B_PHY=m
CONFIG_MICROCHIP_PHY=m
CONFIG_SMSC_PHY=m
+
+CONFIG_PROVE_LOCKING=n
+CONFIG_DEBUG_RT_MUTEXES=n
+CONFIG_DEBUG_SPINLOCK=n
+CONFIG_DEBUG_MUTEXES=n
+CONFIG_DEBUG_WW_MUTEX_SLOWPATH=n
+CONFIG_DEBUG_RWSEMS=n
+CONFIG_DEBUG_LOCK_ALLOC=n