From a2a6c0b9a5a716dd5401173d3dadc7f7416b238d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 11 May 2016 09:54:33 -0600 Subject: [PATCH] Improve some Kconfig help comments --- fs/Kconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fs/Kconfig b/fs/Kconfig index d9f987fe08..85c7c20fd2 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -50,9 +50,10 @@ config FS_WRITABLE bool "Writable file system" default n ---help--- - Automatically selected if any writable file system is selected. - This selection will disable support for writing in all block drivers - and also the block-to-character (BCH) layer and the MTD FTL layer. + Automatically selected if any writable file system is selected. If + not selected, disable support for writing will be disabled in all + block drivers and also the block-to-character (BCH) layer and the + MTD FTL layer. This selection can also be manually selected. You might want to do this if there are no writable file systems enabled, but you still