aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/persistent-data/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/persistent-data/Kconfig')
-rw-r--r--drivers/md/persistent-data/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/persistent-data/Kconfig b/drivers/md/persistent-data/Kconfig
index 0c2dec7aec20..78c74bb71ba4 100644
--- a/drivers/md/persistent-data/Kconfig
+++ b/drivers/md/persistent-data/Kconfig
@@ -8,7 +8,7 @@ config DM_PERSISTENT_DATA
device-mapper targets such as the thin provisioning target.
config DM_DEBUG_BLOCK_STACK_TRACING
- boolean "Keep stack trace of persistent data block lock holders"
+ bool "Keep stack trace of persistent data block lock holders"
depends on STACKTRACE_SUPPORT && DM_PERSISTENT_DATA
select STACKTRACE
---help---