]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - fs/jffs2/Config.in
fs/*/Config.in: re-wrap help text
[coffee/buildroot.git] / fs / jffs2 / Config.in
index 208cabaa522db0ffe2b9c90f23d1b77ec60b4a5e..44c0b10446ffd074994dba5e11afd6f6d2ed8da5 100644 (file)
@@ -94,18 +94,20 @@ config BR2_TARGET_ROOTFS_JFFS2_SUMMARY
 config BR2_TARGET_ROOTFS_JFFS2_USE_CUSTOM_PAGESIZE
        bool "Select custom virtual memory page size"
        help
-         Use a custom virtual memory page size.  Note that this is not related to
-         the flash memory page size.  Using this option is only needed if Linux is
-         configured to use a page size different than 4kB.
+         Use a custom virtual memory page size. Note that this is not
+         related to the flash memory page size. Using this option is
+         only needed if Linux is configured to use a page size
+         different than 4kB.
 
 config BR2_TARGET_ROOTFS_JFFS2_CUSTOM_PAGESIZE
        hex "Virtual memory page size"
        default 0x1000
        depends on BR2_TARGET_ROOTFS_JFFS2_USE_CUSTOM_PAGESIZE
        help
-         Set to virtual memory page size of target system (in bytes).  This value
-         should match the virtual page size in Linux (i.e. this should have the
-         same value as the value of the PAGE_SIZE macro in Linux).  It is not
-         related to the flash memory page size.
+         Set to virtual memory page size of target system (in bytes).
+         This value should match the virtual page size in Linux (i.e.
+         this should have the same value as the value of the PAGE_SIZE
+         macro in Linux). It is not related to the flash memory page
+         size.
 
 endif