diff options
author | Mike Snitzer <snitzer@kernel.org> | 2023-12-13 22:46:19 +0300 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2023-12-18 21:11:05 +0300 |
commit | 6849302fdff126997765d16df355b73231f130d4 (patch) | |
tree | 1f9c99a5bdf02e44e5e3ca25398964114c83bac3 /drivers/md | |
parent | b86f4b790c998afdbc88fe1aa55cfe89c4068726 (diff) | |
download | linux-6849302fdff126997765d16df355b73231f130d4.tar.xz |
dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md')
-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 2a8b081bce7d..3ff87cb4dc49 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. |