mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
2bd57abeb5
commit
4a0107ac96
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user