summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-11-29 20:00:37 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-30 14:54:15 +0800
commit4a0107ac96b78d123975471980bf4d8e5784c2b9 (patch)
tree0ef174f163b0a0847bff0feec4418387385a6f6d /recipes-kernel/linux
parent2bd57abeb5221182e68ee67951dafb9fa3d2228e (diff)
downloadmeta-intel-4a0107ac96b78d123975471980bf4d8e5784c2b9.tar.gz
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 <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-intel_5.15.bb6
1 files changed, 0 insertions, 6 deletions
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"
21# Functionality flags 21# Functionality flags
22KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc" 22KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/security/security.scc"
23 23
24# Following commit is backported from mainline 5.12-rc to linux-intel 5.10 kernel
25# Commit: https://github.com/torvalds/linux/commit/26499e0518a77de29e7db2c53fb0d0e9e15be8fb
26# In which 'CONFIG_DRM_GMA3600' config option is dropped.
27# This causes warning during config audit. So suppress the harmless warning for now.
28KCONF_BSP_AUDIT_LEVEL = "0"
29
30# Disabling CONFIG_SND_SOC_INTEL_SKYLAKE for 32-bit, does not allow to set CONFIG_SND_SOC_INTEL_SST too, which 24# Disabling CONFIG_SND_SOC_INTEL_SKYLAKE for 32-bit, does not allow to set CONFIG_SND_SOC_INTEL_SST too, which
31# causes config warning too. 25# causes config warning too.
32KCONF_AUDIT_LEVEL:core2-32-intel-common = "0" 26KCONF_AUDIT_LEVEL:core2-32-intel-common = "0"