summaryrefslogtreecommitdiff
path: root/drivers/md/persistent-data/Kconfig
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2015-01-07 21:40:49 +0100
committerMichal Marek <mmarek@suse.cz>2015-01-07 21:40:49 +0100
commit26799e7d0a149826d8754af0d985e05789856702 (patch)
treedf6800419d63dd3a20de975c9d9991dc1d0242e2 /drivers/md/persistent-data/Kconfig
parent5f73d9dcf65f623ca62ad7ff102409e1cf40b467 (diff)
parent09950bc256e3628d275f90e016e6f5a039fbdcab (diff)
Merge branch 'kbuild/kconfig' into kbuild/for-next
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 0c2dec7aec2..78c74bb71ba 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---