summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-08-09 23:08:20 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-09 23:09:26 +0800
commita58f99ce80111bce06db8fa515b7221a8d8e8f69 (patch)
tree9dd566a9319c2d1f519ff197284de198f5c2cda9 /recipes-kernel/linux
parente67676976b73b004eb293615edeb687b05013a17 (diff)
downloadmeta-intel-a58f99ce80111bce06db8fa515b7221a8d8e8f69.tar.gz
linux-intel-rt: fix the override syntax
Make sure that KCONF_AUDIT_LEVEL value is actually applied. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-intel-rt_5.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_5.10.bb b/recipes-kernel/linux/linux-intel-rt_5.10.bb
index 8803061b..597d3d0d 100644
--- a/recipes-kernel/linux/linux-intel-rt_5.10.bb
+++ b/recipes-kernel/linux/linux-intel-rt_5.10.bb
@@ -32,4 +32,4 @@ KCONF_BSP_AUDIT_LEVEL = "0"
32 32
33# Disabling CONFIG_SND_SOC_INTEL_SKYLAKE for 32-bit, does not allow to set CONFIG_SND_SOC_INTEL_SST too, which 33# Disabling CONFIG_SND_SOC_INTEL_SKYLAKE for 32-bit, does not allow to set CONFIG_SND_SOC_INTEL_SST too, which
34# causes config warning too. 34# causes config warning too.
35KCONF_AUDIT_LEVEL_core2-32-intel-common = "0" 35KCONF_AUDIT_LEVEL:core2-32-intel-common = "0"