[U-Boot] [PATCH v3 03/24] env: Move help from README to Kconfig

Simon Glass sjg at chromium.org
Wed Jul 26 17:19:27 UTC 2017


The CONFIG_ENV_IS_IN_... options which have already been converted to
Kconfig only have a small amount of help. Move the rest of it over from
the README.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v3: None
Changes in v2: None

 env/Kconfig | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/env/Kconfig b/env/Kconfig
index 6e885f85a6..402ace3327 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -80,35 +80,35 @@ config ENV_IS_IN_FAT
 	bool "Environment is in a FAT filesystem"
 	depends on !CHAIN_OF_TRUST
 	help
-         Define this if you want to use the FAT file system for the environment.
+	  Define this if you want to use the FAT file system for the environment.
 
-         - FAT_ENV_INTERFACE:
+	  - FAT_ENV_INTERFACE:
 
-         Define this to a string that is the name of the block device.
+	  Define this to a string that is the name of the block device.
 
-         - FAT_ENV_DEVICE_AND_PART:
+	  - FAT_ENV_DEVICE_AND_PART:
 
-         Define this to a string to specify the partition of the device. It can
-         be as following:
+	  Define this to a string to specify the partition of the device. It can
+	  be as following:
 
-           "D:P", "D:0", "D", "D:" or "D:auto" (D, P are integers. And P >= 1)
-               - "D:P": device D partition P. Error occurs if device D has no
-                        partition table.
-               - "D:0": device D.
-               - "D" or "D:": device D partition 1 if device D has partition
-                              table, or the whole device D if has no partition
-                              table.
-               - "D:auto": first partition in device D with bootable flag set.
-                           If none, first valid partition in device D. If no
-                           partition table then means device D.
+	  "D:P", "D:0", "D", "D:" or "D:auto" (D, P are integers. And P >= 1)
+	  - "D:P": device D partition P. Error occurs if device D has no
+	    partition table.
+	  - "D:0": device D.
+	  - "D" or "D:": device D partition 1 if device D has partition
+	    table, or the whole device D if has no partition
+	    table.
+	  - "D:auto": first partition in device D with bootable flag set.
+	    If none, first valid partition in device D. If no
+	    partition table then means device D.
 
-         - FAT_ENV_FILE:
+	  - FAT_ENV_FILE:
 
-         It's a string of the FAT file name. This file use to store the
-         environment.
+	  It's a string of the FAT file name. This file use to store the
+	  environment.
 
-         - CONFIG_FAT_WRITE:
-         This must be enabled. Otherwise it cannot save the environment file.
+	  - CONFIG_FAT_WRITE:
+	  This must be enabled. Otherwise it cannot save the environment file.
 
 config ENV_IS_IN_FLASH
 	bool "Environment in flash memory"
-- 
2.14.0.rc0.400.g1c36432dff-goog



More information about the U-Boot mailing list