From 59591382450d707bd94a5558fe2a415667bf322b Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Wed, 25 Jan 2023 18:47:59 +0100 Subject: 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 (cherry picked from commit 05e7288c4781b33599e00a46d279a02351f1e6c2) --- .../linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'recipes-kernel') 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 -- cgit v1.2.3