From: Marius Dinu Date: Sat, 26 Oct 2024 17:10:55 +0000 (+0300) Subject: kernel: add missing CONFIG_DM_AUDIT X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=63ea5710d94c67ce2d8a39ee504b3a3896eded73;p=openwrt%2Fstaging%2Fblocktrron.git kernel: add missing CONFIG_DM_AUDIT The option shows up when kmod-dm and CONFIG_KERNEL_AUDIT are selected. Signed-off-by: Marius Dinu Link: https://github.com/openwrt/openwrt/pull/16793 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index efe8d11279..8b22cc4035 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -1393,6 +1393,7 @@ CONFIG_DMA_DECLARE_COHERENT=y CONFIG_DMA_NONCOHERENT_MMAP=y # CONFIG_DMA_RESTRICTED_POOL is not set # CONFIG_DMA_SHARED_BUFFER is not set +# CONFIG_DM_AUDIT is not set # CONFIG_DM_CACHE is not set # CONFIG_DM_CLONE is not set # CONFIG_DM_DEBUG is not set