diff options
author | Mike Snitzer <snitzer@kernel.org> | 2023-12-13 14:46:19 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-01-20 11:51:45 +0100 |
commit | 8d6bda0f95c1a12cd11bbd60d15e75bd938bf9c7 (patch) | |
tree | 38937014ffce2a18f4812d83cc7fb798732ed6df | |
parent | 5e0e2cb4a1ce925da6663d8a444b43a687e0e4f1 (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/Kconfig | 1 |
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. |