summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@kernel.org>2023-12-13 14:46:19 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-01-20 11:51:45 +0100
commit8d6bda0f95c1a12cd11bbd60d15e75bd938bf9c7 (patch)
tree38937014ffce2a18f4812d83cc7fb798732ed6df
parent5e0e2cb4a1ce925da6663d8a444b43a687e0e4f1 (diff)
dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
[ Upstream commit 6849302fdff126997765d16df355b73231f130d4 ] Signed-off-by: Mike Snitzer <snitzer@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--drivers/md/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index 2a8b081bce7dd..3ff87cb4dc494 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -660,6 +660,7 @@ config DM_ZONED
config DM_AUDIT
bool "DM audit events"
+ depends on BLK_DEV_DM
depends on AUDIT
help
Generate audit events for device-mapper.