From 4a0107ac96b78d123975471980bf4d8e5784c2b9 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Mon, 29 Nov 2021 20:00:37 +0800 Subject: linux-intel/5.15: no need to disable bsp config audit It is not required to disable bsp config audit with 5.15 as warning causing patch is already part ot it. Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-kernel/linux/linux-intel_5.15.bb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'recipes-kernel/linux') diff --git a/recipes-kernel/linux/linux-intel_5.15.bb b/recipes-kernel/linux/linux-intel_5.15.bb index be44c39a..172f0162 100644 --- a/recipes-kernel/linux/linux-intel_5.15.bb +++ b/recipes-kernel/linux/linux-intel_5.15.bb @@ -21,12 +21,6 @@ KERNEL_MODULE_AUTOLOAD:append:corei7-64-intel-common = " uio" # Functionality flags KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" -# Following commit is backported from mainline 5.12-rc to linux-intel 5.10 kernel -# Commit: https://github.com/torvalds/linux/commit/26499e0518a77de29e7db2c53fb0d0e9e15be8fb -# In which 'CONFIG_DRM_GMA3600' config option is dropped. -# This causes warning during config audit. So suppress the harmless warning for now. -KCONF_BSP_AUDIT_LEVEL = "0" - # Disabling CONFIG_SND_SOC_INTEL_SKYLAKE for 32-bit, does not allow to set CONFIG_SND_SOC_INTEL_SST too, which # causes config warning too. KCONF_AUDIT_LEVEL:core2-32-intel-common = "0" -- cgit v1.2.3-54-g00ecf