You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/10/26 19:55:49 UTC

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a change in pull request #865: fsutils: support mkmbr and mkgpt to format mbr and gpt pratition

gustavonihei commented on a change in pull request #865:
URL: https://github.com/apache/incubator-nuttx-apps/pull/865#discussion_r736872117



##########
File path: fsutils/mkgpt/Kconfig
##########
@@ -0,0 +1,12 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+config FSUTILS_MKGPT
+	bool "mkgpt utility"
+	default n
+	select BCH
+        select DEV_URANDOM

Review comment:
       ```suggestion
   	select DEV_URANDOM
   ```
   Change whitespaces to tabs for consistency




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org